@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300&family=Poppins:wght@300&display=swap');


@font-face {
    font-family: Benquiat;
    src: url(fonts/BENGUIAT.TTF);
}
@font-face {
    font-family: Avant_Garde;
    src: url(fonts/ITCAvantGardeStd-MdObl.otf);
}
@font-face {
    font-family: Rockwell;
    src: url(fonts/ROCK.TTF);
}
@font-face {
    font-family: Incarnation;
    src: url(fonts/Incarnation_Regular.TTF);
}
@font-face {
    font-family: Vanessa_56;
    src: url(fonts/vanessa.ttf);
}
@font-face {
    font-family: Balmoral;
    src: url(fonts/Balmoral-D.ttf);
}

.Benquiat{
    font-family: Benquiat;
}
.Avant_Garde{
    font-family: Avant_Garde;
}
.Rockwell{
    font-family: Rockwell;
}
.Incarnation{
    font-family: 'Barlow', sans-serif;
}
.Vanessa_56{
    font-family: Vanessa_56;
}
.Balmoral{
    font-family: Balmoral;
}