@font-face {
    font-family: "AnekLatin";
    src: url("../fonts/AnekLatin-Medium.ttf") format("truetype");
    font-weight: 500;
    /* Black */
    font-style: normal;
}

@font-face {
    font-family: "AnekLatin";
    src: url("../fonts/AnekLatin-SemiBold.ttf") format("truetype");
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 500;
    /* Medium */
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    /* SemiBold */
    font-style: italic;
}