@charset "UTF-8";

@font-face {
    font-family: 'conthrax';
    font-style: normal;
    font-weight: 100;
    src: url(//img.stronghold.coffee/sht-images/square/font/conthrax-el.woff) format('woff');
}
@font-face {
    font-family: 'conthrax';
    font-style: normal;
    font-weight: 300;
    src: url(//img.stronghold.coffee/sht-images/square/font/conthrax-lt.woff) format('woff');
}
@font-face {
    font-family: 'conthrax';
    font-style: normal;
    font-weight: normal;
    src: url(//img.stronghold.coffee/sht-images/square/font/conthrax.woff) format('woff');
}
@font-face {
    font-family: 'conthrax';
    font-style: normal;
    font-weight: 600;
    src: url(//img.stronghold.coffee/sht-images/square/font/conthrax-sb.woff) format('woff');
}

@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 200;
    src: url(//img.stronghold.coffee/sht-images/square/font/NANUMSQUAREL.woff) format('woff');
}
@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: normal;
    src: url(//img.stronghold.coffee/sht-images/square/font/NANUMSQUARER.woff) format('woff');
}
@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    src: url(//img.stronghold.coffee/sht-images/square/font/NANUMSQUAREB.woff) format('woff');
}
@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    src: url(//img.stronghold.coffee/sht-images/square/font/NANUMSQUAREEB.woff) format('woff');
}

.font-conthrax-thin {
    font-family: 'conthrax', sans-serif !important;
    font-weight: 100;
    letter-spacing: normal !important;
}
.font-conthrax-light {
    font-family: 'conthrax', sans-serif !important;
    font-weight: 300;
    letter-spacing: normal !important;
}
.font-conthrax {
    font-family: 'conthrax', sans-serif !important;
    font-weight: normal;
    letter-spacing: normal !important;
}
.font-conthrax-sb {
    font-family: 'conthrax', sans-serif !important;
    font-weight: 600;
    letter-spacing: normal !important;
}
.font-light {
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: 200;
}
.font-bold {
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: 700;
}
.font-extra-bold {
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: 800;
}