/** Shopify CDN: Minification failed

Line 49:0 All "@import" rules must come first

**/
/** font family **/
@font-face {
  font-family: 'nanum';
  src: url('/cdn/shop/files/NanumMyeongjo-Regular.woff2?v=1762419066') format('woff2'),
       url('/cdn/shop/files/NanumMyeongjo-Regular.woff?v=1762419066') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'buda';
  src: url('/cdn/shop/files/Buda-Light.woff2?v=1762419024') format('woff2'),
       url('/cdn/shop/files/Buda-Light.woff?v=1762419024') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://cdn.shopify.com/.../HelveticaNeue.woff2') format('woff2'),
       url('https://cdn.shopify.com/.../HelveticaNeue.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
@font-face {
  font-family: 'QuattrocentoSans';
  src: url('/cdn/shop/files/QuattrocentoSans.woff2?v=1764494162') format('woff2'),
       url('/cdn/shop/files/QuattrocentoSans.woff?v=1764494162') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/cdn/shop/files/Quicksand.woff2?v=1764494208') format('woff2'),
       url('/cdn/shop/files/Quicksand.woff?v=1764494202') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/** font-size **//*
@media screen and (min-width: 1250px) {
  html {
    font-size: 102%;
  }
  .social-media__item svg {
    width: 108%;
    height: auto;
  }
}
@media screen and (min-width: 1350px) {
  html {
    font-size: 108%;
  }
  .social-media__item svg {
    width: 115%;
    height: auto;
  }
}
@media screen and (min-width: 1450px) {
  html {
    font-size: 115%;
  }
  .social-media__item svg {
    width: 122%;
    height: auto;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 120%;
  }
  .social-media__item svg {
    width: 125%;
    height: auto;
  }
}*/

/** header logo **//*
@media screen and (min-width: 1250px) {
  .header .header__logo img {
    width: 108%;
    height: auto;
  }
}
@media screen and (min-width: 1350px) {
  .header .header__logo img {
    width: 115%;
    height: auto;
  }
}
@media screen and (min-width: 1450px) {
  .header .header__logo img {
    width: 122%;
    height: auto;
  }
}
@media screen and (min-width: 1600px) {
  .header .header__logo img {
    width: 125%;
    height: auto;
  }
}
*/
/*header font*/
.h6, :where(.prose h6) {
  font-size: var(--text-h5);
  line-height: 1.7;
}
header .h6, header li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
}
header-sidebar .h6, header-sidebar li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
}
footer, footer .h6, .button-group a, .button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
}
.button-group a, .button {
  font-family: 'QuattrocentoSans' !important;
}
  
