@font-face {
    font-family: "Bellota_Text";
    src: url("./Bellota_Text/BellotaText-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Bellota_Text";
    src: url("./Bellota_Text/BellotaText-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Bellota_Text";
    src: url("./Bellota_Text/BellotaText-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Bellota_Text";
    src: url("./Bellota_Text/BellotaText-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Bellota_Text";
    src: url("./Bellota_Text/BellotaText-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Bellota_Text";
    src: url("./Bellota_Text/BellotaText-Bold.ttf");
    font-weight: 700;
}
