/** Shopify CDN: Minification failed

Line 65:0 Unexpected "}"

**/
/* Achiko custom font */
@font-face {
  font-family: 'Achiko';
  /* src: url("{{ 'Achiko.woff2' | asset_url }}") format("woff2"); */
  src: url("/cdn/shop/files/Achiko.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  /* src: url("{{ 'Poppins.woff2' | asset_url }}") format("woff2"); */
  src: url("/cdn/shop/files/Poppins.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Lilita';
  /* src: url("{{ 'Lilita-one.woff2' | asset_url }}") format("woff2"); */
  src: url("/cdn/shop/files/Lilita-one.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Boogaloo';
  /* src: url("{{ 'Lilita-one.woff2' | asset_url }}") format("woff2"); */
  src: url("/cdn/shop/files/Boogaloo.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* ============================================
   APPLY TO ALL HEADINGS
   ============================================ */

h1 {
  font-family: 'Achiko', 'Proza Libre', serif !important;
  letter-spacing: -0.5px !important;
/*  line-height: 1.2 !important;*/
}

h2 {
  font-family: 'Achiko', 'Proza Libre', serif !important;
  letter-spacing: -0.5px !important;
/*  line-height: 1.2 !important; */
}
/*
h3 {
  font-family: 'Lilita', 'Proza Libre', serif !important;
  letter-spacing: -0.5px !important;
/*  line-height: 1.2 !important;*/
}
*/
/*
h4 {
  font-family: 'Lilita', 'Proza Libre', serif !important;
  letter-spacing: -0.5px !important;
/*  line-height: 1.2 !important;*/
}
*/
/*
h5 {
  font-family: 'Lilita', 'Proza Libre', serif !important;
  letter-spacing: -0.5px !important;
/*  line-height: 1.2 !important;*/
}
*/
/*
h6 {
  font-family: 'Lilita', 'Proza Libre', serif !important;
  letter-spacing: -0.5px !important;
/*  line-height: 1.2 !important;*/
}
*/
/* Common heading classes */
.heading,
.h1, .h2, .h3, .h4, .h5, .h6,
.title,
.section-heading,
.product-title,
.collection-title,
.page-heading,
.hero-heading,
.product-name {
  font-family: 'Achiko', 'Proza Libre', serif !important;
}

/* Any element with font-family set inline or in other classes */
.hero h1,
.hero h2,
.hero h3,
.product-card .product-title,
nav .heading {
  font-family: 'Achiko', 'Proza Libre', serif !important;
}

/* Fallback for elements that might have other classes */
[class*="heading"],
[class*="title"] {
  font-family: 'Achiko', 'Proza Libre', serif !important;
}