@font-face {
    font-family: 'Roboto Slab';
    src: url("./RobotoSlab-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 125 950;
    font-stretch: 100%;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url("./Rubik-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 125 950;
    font-stretch: 100%;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url("./Rubik-Italic-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 125 950;
    font-stretch: 100%;
    font-style: italic;
}

/* Nanum Gothic - Regular 400 */
@font-face {
    font-family: 'Nanum Gothic';
    src: url("./NanumGothic/NanumGothic-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

/* Nanum Gothic - Bold 700 */
@font-face {
    font-family: 'Nanum Gothic';
    src: url("./NanumGothic/NanumGothic-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/* Chakra Petch - Bold 700 */
@font-face {
    font-family: 'Chakra Petch';
    src: url("./ChakraPetch/ChakraPetch-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}