/**
 * Copyright (c) 2015 Spoqa, Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

/* 스포카 한 산스 네오 */
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 700;
  src: local('Spoqa Han Sans Neo Bold'),
  url('../font/SpoqaHanSansNeo-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 500;
  src: local('Spoqa Han Sans Neo Medium'),
  url('../font/SpoqaHanSansNeo-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 400;
  src: local('Spoqa Han Sans Neo Regular'),
  url('../font/SpoqaHanSansNeo-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 300;
  src: local('Spoqa Han Sans Neo Light'),
  url('../font/SpoqaHanSansNeo-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-weight: 100;
  src: local('Spoqa Han Sans Neo Thin'),
  url('../font/SpoqaHanSansNeo-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/oswald-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Dosen Killer */
@font-face {
  font-family: 'Dosen Killer';
  font-weight: 400;
  src: local('Dosen Killer'),
  url('../font/Dosen-Killer.woff2') format('woff2');
}

/* InkBrush Textured */
@font-face {
  font-family: 'InkBrush Textured';
  font-weight: 400;
  src: local('InkBrush Textured'),
  url('../font/InkBrush-Textured.woff2') format('woff2');
}

/* Archivo Narrow */
@font-face {
  font-family: 'Archivo Narrow';
  src: local('Archivo Narrow'),
  url('../font/ArchivoNarrow.woff2') format('woff2');
}

.freehand-regular {
  font-family: "Freehand", cursive;
  font-weight: 400;
  font-style: normal;
}

.seaweed-script-regular {
  font-family: "Seaweed Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.ink-brush-textured {
  font-family: "InkBrush Textured", cursive;
  font-weight: 400;
  font-style: normal;
}

.dosen-killer {
  font-family: "Dosen Killer", cursive;
  font-weight: 400;
  font-style: normal;
}

.cc-text {
  font-size: 0.95rem;
  font-family: 'Archivo Narrow', 'Spoqa Han Sans Neo', sans-serif;
  font-weight: 700;
  line-height: 22px;
}

* { font-family: 'Spoqa Han Sans Neo', 'sans-serif'; }
/*# sourceMappingURL=custom-font.css.map */
