/** Shopify CDN: Minification failed

Line 354:1 Unexpected "/"

**/
/*************************************************
 * 1. CUSTOM FONT DECLARATIONS
 *************************************************/

/* FRAKTION MONO */
@font-face {
  font-family: 'Fraktion Mono';
  src: url('/cdn/shop/files/PPFraktionMono-Light_copy.woff2.ttf?v=1762923059') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraktion Mono';
  src: url('/cdn/shop/files/PPFraktionMono-LightItalic_copy.woff2.ttf?v=1762923059') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fraktion Mono';
  src: url('/cdn/shop/files/PPFraktionMono-Regular_copy.woff2.ttf?v=1762923059') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraktion Mono';
  src: url('/cdn/shop/files/PPFraktionMono-RegularItalic_copy.woff2.ttf?v=1762923059') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fraktion Mono';
  src: url('/cdn/shop/files/PPFraktionMono-Bold_copy.woff2.ttf?v=1762923059') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraktion Mono';
  src: url('/cdn/shop/files/PPFraktionMono-BoldItalic_copy.woff2.ttf?v=1762923059') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* GENERAL SANS (VARIABLE) */
@font-face {
  font-family: 'General Sans';
  src: url('/cdn/shop/files/GeneralSans-Variable_copy.woff2.ttf?v=1762923050') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  src: url('/cdn/shop/files/GeneralSans-VariableItalic_copy.woff2.ttf?v=1762923050') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* BIRDIE */
@font-face {
  font-family: 'Birdie';
  src: url('/cdn/shop/files/TAYBirdie_copy.woff2.ttf?v=1762923041') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* AMAL BAIK */
@font-face {
  font-family: 'Amal Baik';
  src: url('/cdn/shop/files/Amal_Baik_copy.woff2.ttf?v=1762923034') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*************************************************
 * 2. DESIGN TOKENS: COLORS + TYPOGRAPHY VARS
 *************************************************/

:root {
  /* === BRAND COLORS === */
  --color-bg: #F1EFD8;              /* main background */
  --color-text: #161514;            /* main text */
  --color-primary: #E30A07;         /* primary accent red */
  --color-primary-dark: #00283A;    /* deep navy/dark section */
  --color-accent-green: #ADEBB3;    /* mint */
  --color-accent-pink: #FBA6E9;     /* playful pink */
  --color-accent-lilac: #B9B8FE;    /* lavender */
  --color-accent-aqua: #C6F6E0;     /* pale aqua */

  --color-success: #ADEBB3;
  --color-error: #E30A07;
  --color-hover: #00283A;

  --color-text-light: #F1EFD8;
  --color-text-dark: #161514;

  /* === TYPOGRAPHY VARIABLES === */
  --font-heading: 'Birdie', cursive;
  --font-body: 'General Sans', sans-serif;
  --font-caption: 'Fraktion Mono', monospace;

 /* --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-bold: 700;*/

  /* Theme-style variables (for templates that read custom props) */
  --type__font-body-family: 'General Sans', sans-serif;
  --type__font-body-style: normal;
 /* --type__font-body-weight: 400;*/

  --type__font-header-family: 'Birdie', cursive;
  --type__font-header-style: normal;
  /*--type__font-header-weight: 400;*/
}

/*************************************************
 * 3. GLOBAL TYPOGRAPHY + OVERRIDES
 *************************************************/

/* Override any default system font stacks from the theme/preflight
html {
  font-family: var(--font-body) !important;
}

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-weight: var(--weight-regular);
  line-height: 1.6;
  font-size: 16px;
}
*/

/* General body text elements 
body,
p,
span,
li,
dd,
dt,
blockquote,
pre,
figure {
  font-family: var(--font-body);
  font-weight: var(--weight-regular);
  font-style: normal;
  color: inherit;
}
*/

/* Headings use Birdie 
h1, .h1, h1 > *,
h2, .h2, h2 > *,
h3, .h3, h3 > *,
h4, .h4, h4 > *,
h5, .h5, h5 > *,
h6, .h6, h6 > * {
  font-family: var(--font-heading);
  font-weight: var(--weight-regular);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-text-dark);
}
*/

/* Type scale for headings 
h1, .h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

h2, .h2 {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
}

h3, .h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

h4, .h4 {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: var(--weight-medium);
}

h5, .h5 {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: var(--weight-medium);
}

h6, .h6 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--weight-regular);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
*/

/* Captions / small text use Fraktion Mono
small,
.caption,
.meta,
.badge--caption {
  font-family: var(--font-caption);
  font-weight: var(--weight-regular);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
*/

/* Inputs, labels, buttons follow body font
input,
textarea,
select,
label,
button,
.button {
  font-family: var(--font-body);
  font-weight: var(--weight-regular);
}
*/

/* If your theme uses Tailwind-style utility classes: normalize them to your fonts
.font-sans {
  font-family: var(--font-body) !important;
}

.font-mono {
  font-family: var(--font-caption) !important;
}

/* Show line break only on mobile */
@media screen and (min-width: 750px) {
  .mobile-break {
    display: none;
  }
}

/* Newsletter font mapping */
.newsletter-section {
  font-family: 'General Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* Heading */
.newsletter-section .type__heading-1 {
  font-family: 'Birdie', 'General Sans', sans-serif;
  font-weight: 400;
}

/* Body content */
.newsletter-section .rte {
  font-family: 'General Sans', sans-serif;
  font-weight: 400;
}

/* Input + button */
.newsletter-section .form-input,
.newsletter-section .btn {
  font-family: 'General Sans', sans-serif;
}

/* Button label (optional mono vibe) */
.newsletter-section .btn__content {
  font-family: 'Fraktion Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 400;
}

/* Disclaimer / fine print */
.newsletter-section .type--smaller {
  font-family: 'Fraktion Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 300;
}

/* Banner newsletter typography */
.banner-newsletter h1,
.banner-newsletter h2,
.banner-newsletter h3,
.banner-newsletter h4,
.banner-newsletter h5,
.banner-newsletter h6 {
  font-family: 'Birdie', sans-serif !important;
  font-weight: 400;
}

/* Input typed text + placeholder */
.banner-newsletter input.form-input {
  font-family: font-family: 'Birdie', sans-serif !important;
}

/* Placeholder styling (some themes treat this separately) */
.banner-newsletter input.form-input::placeholder {
  font-family: font-family: 'Birdie', sans-serif !important;
}

/* Force fonts on password page */
.password-main,
.password-main * {
  font-family: inherit;
}

.password-main {
  font-family: font-family: 'Birdie', sans-serif !important;
}

/* Header text: Birdie */
.password-main h1,
.password-main h2,
.password-main h3,
.password-main h4,
.password-main h5,
.password-main h6,
.password-main .rte h1,
.password-main .rte h2,
.password-main .rte h3,
.password-main .rte h4 {
  font-family: 'Birdie', sans-serif !important;
  font-weight: 400;
}

/* Input text + placeholder: General Sans */
.password-main input,
.password-main input.form-input,
.password-main input[type="password"] {
  font-family: 'Birdie', sans-serif !important;
}

.password-main input::placeholder {
  font-family: 'Birdie', sans-serif !important;
}

*/
