﻿@charset "UTF-8";
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans:400'); 
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans&display=swap&subset=korean');

/*노토산스(본고딕)*/
@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-thin.woff2') format('woff2'),
         url('../fonts/notosanskr-thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-light.woff2') format('woff2'),
         url('../fonts/notosanskr-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-demilight.woff2') format('woff2'),
         url('../fonts/notosanskr-demilight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-regular.woff2') format('woff2'),
         url('../fonts/notosanskr-regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-medium.woff2') format('woff2'),
         url('../fonts/notosanskr-medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-bold.woff2') format('woff2'),
         url('../fonts/notosanskr-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-black.woff2') format('woff2'),
         url('../fonts/notosanskr-black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

