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