/* Host Grotesk Font */
@font-face { 
    font-family: 'HostGrotesk';
    src:  url('fonts/hostgrotesk-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face { 
    font-family: 'HostGrotesk';
    src:  url('fonts/hostgrotesk-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face { 
    font-family: 'HostGrotesk';
    src:  url('fonts/hostgrotesk-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face { 
    font-family: 'HostGrotesk';
    src:  url('fonts/hostgrotesk-bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face { 
    font-family: 'HostGrotesk';
    src:  url('fonts/hostgrotesk-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face { 
    font-family: 'HostGrotesk';
    src:  url('fonts/hostgrotesk-lightitalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
/* /Host Grotesk Font */

/* DM Mono Font */
@font-face { 
    font-family: 'DMMono';
    src:  url('fonts/dmmono-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face { 
    font-family: 'DMMono';
    src:  url('fonts/dmmono-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face { 
    font-family: 'DMMono';
    src:  url('fonts/dmmono-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face { 
    font-family: 'DMMono';
    src:  url('fonts/dmmono-mediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face { 
    font-family: 'DMMono';
    src:  url('fonts/dmmono-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face { 
    font-family: 'DMMono';
    src:  url('fonts/dmmono-lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
/* /DM Mono Font */