/* General Style */
@font-face { 
    font-family: 'Gyrochrome';
    src:  url('fonts/gyrochrome-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face { 
    font-family: 'Gyrochrome';
    src:  url('fonts/gyrochrome-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face { 
    font-family: 'Gyrochrome';
    src:  url('fonts/gyrochrome-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face { 
    font-family: 'Gyrochrome';
    src:  url('fonts/gyrochrome-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face { 
    font-family: 'Gyrochrome';
    src:  url('fonts/gyrochrome-extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face { 
    font-family: 'Gyrochrome';
    src:  url('fonts/gyrochrome-heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
/* General Style */