/* Gottak Thin */
@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-Thin.woff2") format("woff2"),  
        url("/fonts/Gottak-Thin.woff") format("woff"),
        url("/fonts/Gottak-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-ThinItalic.woff2") format("woff2"),  
        url("/fonts/Gottak-ThinItalic.woff") format("woff"),
        url("/fonts/Gottak-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

/* Gottak ExtraLight */
@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-ExtraLight.woff2") format("woff2"),  
        url("/fonts/Gottak-ExtraLight.woff") format("woff"),
        url("/fonts/Gottak-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-ExtraLightItalic.woff2") format("woff2"),  
        url("/fonts/Gottak-ExtraLightItalic.woff") format("woff"),
        url("/fonts/Gottak-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

/* Gottak Light */
@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-Light.woff2") format("woff2"),  
        url("/fonts/Gottak-Light.woff") format("woff"),
        url("/fonts/Gottak-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-LightItalic.woff2") format("woff2"),  
        url("/fonts/Gottak-LightItalic.woff") format("woff"),
        url("/fonts/Gottak-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

/* Gottak Regular */
@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-Regular.woff2") format("woff2"),  
        url("/fonts/Gottak-Regular.woff") format("woff"),
        url("/fonts/Gottak-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-RegularItalic.woff2") format("woff2"),  
        url("/fonts/Gottak-RegularItalic.woff") format("woff"),
        url("/fonts/Gottak-RegularItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

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

@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-SemiBoldItalic.woff2") format("woff2"),  
        url("/fonts/Gottak-SemiBoldItalic.woff") format("woff"),
        url("/fonts/Gottak-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

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

@font-face {
    font-family: Gottak;
    src: url("/fonts/Gottak-BoldItalic.woff2") format("woff2"),  
        url("/fonts/Gottak-BoldItalic.woff") format("woff"),
        url("/fonts/Gottak-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}