@font-face {
    font-family: 'overpass-kpax';
    src: url("fonts/OverpassMono-Light.otf") format('opentype'),
    url("fonts/OverpassMono-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'overpass-kpax';
    src: url("fonts/OverpassMono-Regular.otf") format('opentype'),
    url("fonts/OverpassMono-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'overpass-kpax';
    src: url("fonts/OverpassMono-Regular.otf") format('opentype'),
    url("fonts/OverpassMono-Regular.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'overpass-kpax';
    src: url("fonts/Overpass-MediumItalic.ttf") format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'overpass-kpax';
    src: url("fonts/Overpass-SemiBold.ttf") format('truetype'),
    url("fonts/Overpass-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'overpass-kpax';
    src: url('fonts/Overpass-SemiBoldItalic.ttf') format('truetype'),
    url('fonts/Overpass-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'overpass-kpax';
    src: url("fonts/OverpassMono-Bold.otf") format('opentype'),
    url("fonts/OverpassMono-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}