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