@font-face {
    font-family: 'DM-Serif';
    src: url('/fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Boogy-Brut';
    src: url('/fonts/BoogyBrutPoster-White.otf') format('opentype');
}

/* GLORIFY */
@font-face {
    font-family: 'Glorify';
    src: url('/fonts/Glorify/Glorify-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

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

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

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

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

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

/* ROBOTO */
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Condensed';
    src: url('/fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

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

@font-face {
    font-family: 'Roboto-Condensed';
    src: url('/fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto-Condensed';
    src: url('/fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


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

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