@font-face {
    font-family: 'SpoqaHanSans';
    src: url('../fonts/SpoqaHanSansNeo-Thin.otf') format('opentype'),
         url('../fonts/SpoqaHanSansNeo-Thin.woff') format('woff'),
         url('../fonts/SpoqaHanSansNeo-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSans';
    src: url('../fonts/SpoqaHanSansNeo-Light.otf') format('opentype'),
         url('../fonts/SpoqaHanSansNeo-Light.woff') format('woff'),
         url('../fonts/SpoqaHanSansNeo-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSans';
    src: url('../fonts/SpoqaHanSansNeo-Regular.otf') format('opentype'),
         url('../fonts/SpoqaHanSansNeo-Regular.woff') format('woff'),
         url('../fonts/SpoqaHanSansNeo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSans';
    src: url('../fonts/SpoqaHanSansNeo-Medium.otf') format('opentype'),
         url('../fonts/SpoqaHanSansNeo-Medium.woff') format('woff'),
         url('../fonts/SpoqaHanSansNeo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSans';
    src: url('../fonts/SpoqaHanSansNeo-Bold.otf') format('opentype'),
         url('../fonts/SpoqaHanSansNeo-Bold.woff') format('woff'),
         url('../fonts/SpoqaHanSansNeo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.otf') format('opentype'),
         url('../fonts/Lora-Regular.woff') format('woff'),
         url('../fonts/Lora-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Medium.otf') format('opentype'),
         url('../fonts/Lora-Medium.woff') format('woff'),
         url('../fonts/Lora-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-SemiBold.otf') format('opentype'),
         url('../fonts/Lora-SemiBold.woff') format('woff'),
         url('../fonts/Lora-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Bold.otf') format('opentype'),
         url('../fonts/Lora-Bold.woff') format('woff'),
         url('../fonts/Lora-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}