/* @font-face{
    font-family:'GenEiLateGo';
    src:url('css/fonts/GenEiLateGo_v2.ttc')format('opentype');
} */

@font-face {
    font-family:'GenEiLateGo';
    src: url('css/fonts/GenEiLateGo_v2.woff')format('woff');
    font-display: swap;
}

@font-face {
    font-family:'Roboto Condensed';
    src: url('css/fonts/RobotoCondensed-Regular.woff')format('woff');
    font-display: swap;
    font-weight: normal;
}

@font-face {
    font-family:'Roboto Condensed';
    src: url('css/fonts/RobotoCondensed-Medium.woff')format('woff');
    font-display: swap;
    font-weight: medium;
}

@font-face {
    font-family:'Roboto Condensed';
    src: url('css/fonts/RobotoCondensed-Bold.woff')format('woff');
    font-display: swap;
    font-weight: bold;
}