/** Shopify CDN: Minification failed

Line 108:0 Expected ")" to go with "("

**/
/* ===================================
   DEFINICIÓN DE TIPOGRAFÍAS CUSTOM
   =================================== */

/* TIPOGRAFÍA MANNER - Para títulos y botones */
@font-face {
  font-family: 'Manner';
  src: url('/cdn/shop/files/Manner.woff?v=1782121832') format('woff'),
       url('/cdn/shop/files/Manner2.woff2?v=1782121832') format('woff2');
  font-weight: 500;
}

/* TIPOGRAFÍA ATLAS - Para cuerpo de texto */
@font-face {
  font-family: 'Atlas';
  src: url('/cdn/shop/files/AtlasGrotesk-Regular-Web.woff2?v=1782123184') format('woff2');
  font-weight: 400;
}

/* ===================================
   APLICAR TIPOGRAFÍAS A ELEMENTOS
   =================================== */

/* MANNER EN TÍTULOS Y ENCABEZADOS - CON !IMPORTANT */
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3,
.page-title, .section-title,
.headline h1, .headline h2, .headline h3,
.headline--rich h1, .headline--rich h2, .headline--rich h3 {
  font-family: 'Manner', sans-serif !important;
}

/* MANNER EN BOTONES */
button, .button, .btn,
input[type="button"], input[type="submit"],
a.button, a.btn,
.product-form__submit,
.wt-button--primary,
.js-add-to-cart {
  font-family: 'Manner', sans-serif !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* MANNER EN CUERPO DE TEXTO */
body, p,
.text-body, .body-text,
li, td, span,
.description, .content {
  font-family: 'Manner', sans-serif;
}

/* ===================================
   TAMAÑOS DE FUENTE - AUMENTADOS 2PTS
   =================================== */

/* TÍTULOS */
h1 {
  font-size: calc(var(--font-heading-size, 30px)
}

h2 {
  font-size: calc(var(--font-heading-size, 26px) + 1px) !important;
}

h3 {
  font-size: calc(var(--font-heading-size, 22px) + 1px) !important;
}

h4, h5, h6 {
  font-size: calc(var(--font-heading-size, 18px) + 1px) !important;
}

/* CUERPO DE TEXTO */
body, p {
  font-size: calc(var(--font-body-size, 16px) + 1px);
}

/* BOTONES */
button, .button, .btn,
input[type="button"], input[type="submit"],
a.button, a.btn,
.product-form__submit,
.wt-button--primary {
  font-size: calc(var(--font-body-size, 16px) + 2px) !important;
}
/* ===================================
   ESTANDARIZAR TODOS LOS BOTONES
   =================================== */

button, .button, .btn,
input[type="button"], input[type="submit"],
a.button, a.btn,
.product-form__submit,
.wt-button--primary,
.js-add-to-cart {
  text-transform: none !important;
  text-transform: capitalize !important;
}
.wt-header__body {
  background-color: #FFFDF6 !important;
}
