/* Anton Font */
@font-face {
    font-family: 'Anton';
    src: url('/assets/fonts/Anton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Architects Daughter Font */
@font-face {
    font-family: 'Architects Daughter';
    src: url('/assets/fonts/ArchitectsDaughter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Caveat Font */
@font-face {
    font-family: 'Caveat';
    src: url('/assets/fonts/Caveat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Mali Font */
@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-Bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-ExtraLightltalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-Lightltalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-Medium|talic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'Mali';
    src: url('/assets/fonts/Mali-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Open Sans Font */
@font-face {
    font-family: 'OpenSans';
    src: url('/assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Special Elite Font */
@font-face {
    font-family: 'SpecialElite';
    src: url('/assets/fonts/SpecialElite-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
