@font-face {
    font-family: 'TheYoungTechnay';
    font-style: normal;
    font-weight: normal;

    src: local('TheYoungTechnay-Light'), url('TheYoungTechnay-Light.otf') format('opentype'), url('TheYoungTechnay-Light.woff') format('woff');
}
@font-face {
    font-family: 'TheYoungTechnay';
    font-style: normal;
    font-weight: 500;


    src: local('TheYoungTechnay-Medium'), url('TheYoungTechnay-Medium.otf') format('opentype'), url('TheYoungTechnay-Medium.woff') format('woff');
}
@font-face {
    font-family: 'TheYoungTechnay';
    font-style: normal;
    font-weight: 900;

    src: local('TheYoungTechnay-Black'), url('TheYoungTechnay-Black.otf') format('opentype'), url('TheYoungTechnay-Black.woff') format('woff');
}