@font-face {
    font-family: 'tkpark';
    src: url('../fonts/tkpark-regular.eot');
    src: url('../fonts/tkpark-regular.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/tkpark-regular.woff2') format('woff2'), 
        url('../fonts/tkpark-regular.woff') format('woff'), 
        url('../fonts/tkpark-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tkpark-bold';
    src: url('../fonts/tkpark-bold.eot');
    src: url('../fonts/tkpark-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/tkpark-bold.woff2') format('woff2'),
        url('../fonts/tkpark-bold.woff') format('woff'),
        url('../fonts/tkpark-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tkpark-light';
    src: url('../fonts/tkpark-light.eot');
    src: url('../fonts/tkpark-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/tkpark-light.woff2') format('woff2'),
        url('../fonts/tkpark-light.woff') format('woff'),
        url('../fonts/tkpark-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

