/** Shopify CDN: Minification failed

Line 133:0 Unexpected "}"

**/

/* ==========================================================
   TSRR DESIGN SYSTEM
   Version: 1.0
   Last Updated: July 2026

   TABLE OF CONTENTS

   1. Typography
   2. Colours
   3. Spacing
   4. Components
   5. Utilities

========================================================== */
/* ------------------------------------------
   1. Typography
------------------------------------------ */

:root {

  /* Font Families */
  --tsrr-font-heading: "Manrope", sans-serif;
  --tsrr-font-body: "Manrope", sans-serif;
  --tsrr-font-editorial: "Caveat", cursive;
  --tsrr-font-chinese: "Noto Sans SC", sans-serif;

  /* Font Weights */
  --tsrr-weight-regular: 400;
  --tsrr-weight-medium: 500;
  --tsrr-weight-semibold: 600;
  --tsrr-weight-bold: 700;

  /* Type Scale */
  --tsrr-text-display: 4rem;
  --tsrr-text-h1: 3rem;
  --tsrr-text-h2: 2.25rem;
  --tsrr-text-h3: 1.75rem;
  --tsrr-text-h4: 1.375rem;
  --tsrr-text-body-lg: 1.125rem;
  --tsrr-text-body: 1rem;
  --tsrr-text-small: 0.875rem;
  --tsrr-text-caption: 0.75rem;

  /* Line Heights */
  --tsrr-leading-tight: 1.2;
  --tsrr-leading-heading: 1.3;
  --tsrr-leading-body: 1.7;

  /* Letter Spacing */
  --tsrr-tracking-tight: -0.02em;
  --tsrr-tracking-normal: 0;
  --tsrr-tracking-wide: 0.05em;

  /* ==========================================================
     Colours
  ========================================================== */

  /* Brand */
  --tsrr-colour-primary: #3F6E6B;
  --tsrr-colour-primary-dark: #2F5654;
  --tsrr-colour-primary-light: #6E9693;

  --tsrr-colour-accent: #C74A3D;
  --tsrr-colour-accent-light: #D96A5F;

  --tsrr-colour-cream: #F8F4EC;
  --tsrr-colour-white: #FFFFFF;

  /* Neutrals */
  --tsrr-colour-charcoal: #2B2B2B;
  --tsrr-colour-grey-900: #444444;
  --tsrr-colour-grey-700: #666666;
  --tsrr-colour-grey-500: #999999;
  --tsrr-colour-grey-300: #DDDDDD;
  --tsrr-colour-grey-100: #F5F5F5;

  /* Semantic */
  --tsrr-colour-success: #3F8A5A;
  --tsrr-colour-warning: #E0A33A;
  --tsrr-colour-error: #C94C4C;

  /* Backgrounds */
  --tsrr-bg-primary: var(--tsrr-colour-white);
  --tsrr-bg-secondary: var(--tsrr-colour-cream);

  /* Borders */
  --tsrr-border-light: var(--tsrr-colour-grey-300);
  --tsrr-border-default: var(--tsrr-colour-grey-500);
}
/* Base Typography */

body {
  font-family: var(--tsrr-font-body);
  font-size: var(--tsrr-text-body);
  font-weight: var(--tsrr-weight-regular);
  line-height: var(--tsrr-leading-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tsrr-font-heading);
  font-weight: var(--tsrr-weight-bold);
  line-height: var(--tsrr-leading-heading);
  letter-spacing: var(--tsrr-tracking-tight);
}

h1 {
  font-size: var(--tsrr-text-h1);
}

h2 {
  font-size: var(--tsrr-text-h2);
}

h3 {
  font-size: var(--tsrr-text-h3);
}

h4 {
  font-size: var(--tsrr-text-h4);
}

}

/* ==========================================================
   SPACING SYSTEM
   ========================================================== */

:root {

  /* Base Spacing Scale (4px system) */

  --space-0: 0;
  --space-1: 0.25rem;   /* 4px */
  --space-2: 0.5rem;    /* 8px */
  --space-3: 0.75rem;   /* 12px */
  --space-4: 1rem;      /* 16px */
  --space-5: 1.25rem;   /* 20px */
  --space-6: 1.5rem;    /* 24px */
  --space-8: 2rem;      /* 32px */
  --space-10: 2.5rem;   /* 40px */
  --space-12: 3rem;     /* 48px */
  --space-16: 4rem;     /* 64px */
  --space-20: 5rem;     /* 80px */
  --space-24: 6rem;     /* 96px */
  --space-32: 8rem;     /* 128px */

}
/* ==========================================================
   SECTION SPACING
   ========================================================== */

.tsrr-section {
  padding-block: var(--space-20);
}

.tsrr-section-sm {
  padding-block: var(--space-12);
}

.tsrr-section-lg {
  padding-block: var(--space-24);
}
   

/*3. Spacing
------------------------------------------ */



/* ------------------------------------------
   4. Components
------------------------------------------ */



/* ------------------------------------------
   5. Utilities
------------------------------------------ */