/* 
@font-face {
    font-family: 'NEXEN_TIRE';
    src: url('../fonts/NEXEN-TIRE_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NEXEN_TIRE';
    src: url('../fonts/NEXEN-TIRE_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.nexen {font-family: 'NEXEN_TIRE'; font-weight: 400}
.nexenB {font-family: 'NEXEN_TIRE'; font-weight: 700}
.nexen > strong {font-family: 'NEXEN_TIRE'; font-weight: 700} */

@font-face {
    font-family:'GmarketSans';
    src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight:100;
    font-style:normal;
}
@font-face {
    font-family:'GmarketSans';
    src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.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:600;
    font-style:normal;
}

.gm {font-family:'GmarketSans'; font-weight:300}
.gm > strong {font-family:'GmarketSans'; font-weight:600}

.mont {font-family:'Montserrat', sans-serif; }