/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3c8595");

/* TOP20 */
@font-face {
  font-family: 'Alte Haas Grotesk';
  font-weight:500;
  src: url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/Alte_Haas_Grotesk.woff2?v=1618449834') format('woff2'), 
       url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/Alte_Haas_Grotesk.woff?v=1618449834') format('woff'),
  	   url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/Alte_Haas_Grotesk.eot?v=1638169753') format('eot');
}

/* 일문 */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-jp-dynamic-subset.css");

/* 영문 */
@font-face {
  font-family: 'thisisneverthat';
  font-weight:600;
  src: url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/thisisneverthat-Medium.woff2') format('woff2'), 
       url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/thisisneverthat-Medium.woff') format('woff'),
       url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/thisisneverthat-Medium.eot') format('eot');
}
@font-face {
  font-family: 'thisisneverthat';
  font-weight:800;
  src: url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/thisisneverthat-Bold.woff2') format('woff2'), 
       url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/thisisneverthat-Bold.woff') format('woff'),
       url('https://cdn.shopify.com/s/files/1/0562/4971/2815/files/thisisneverthat-Bold.eot') format('eot');
}


