/*티웨이 항공*/
@font-face {
    font-family: 'twayair';
    src: url('../fonts/tway_air.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Suite variable  */
@font-face {
    font-family: 'SUITE-Variable';
    src: url('../fonts/SUITE-Variable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* intel one mono */
@font-face {
    font-family: 'Intel One Mono';
    src: url('../fonts/IntelOneMono-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 부크크 고딕 */
@font-face {
    font-family: 'BookkGothic';
    src: url('../fonts/BookkGothic_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BookkGothic';
    src: url('../fonts/BookkGothic_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* 부크크 명조  */
@font-face {
    font-family: 'BookkMyungjo';
    src: url('../fonts/BookkMyungjo_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BookkMyungjo';
    src: url('../fonts/BookkMyungjo_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* 고운돋움  */
@font-face {
    font-family: 'Gowun Dodum';
    src: url('../fonts/GowunDodum-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Vevey  */
@font-face {
    font-family: 'Vevey';
    src: url('../fonts/vevey.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-twayair {
    font-family: 'twayair';
    font-weight: normal;
}

.font-SUITE-variable {
    font-family: 'SUITE-Variable';
    font-weight: normal;
}

.font-Intel-one-mono {
    font-family: 'Intel One Mono';
    font-weight: normal;
}

.font-bookk-gothic-bold {
    font-family: 'BookkGothic';
    font-weight: bold;
}

.font-bookk-gothic-light {
    font-family: 'BookkGothic';
    font-weight: 300;
}

.font-bookk-myungjo-bold {
    font-family: 'BookkMyungjo', sans-serif;
    font-weight: bold;
}

.font-bookk-myungjo-light {
    font-family: 'BookkMyungjo', sans-serif;
    font-weight: 300;
}

.font-Gowun-Dodum {
    font-family: 'Gowun Dodum', sans-serif;
    font-weight: normal;
}

.font-vevey {
    font-family: 'Vevey', sans-serif;
    font-weight: normal;
}