/*!
 * -----------------------------------------------------------------------------
 * aonic-tokens.css
 * -----------------------------------------------------------------------------
 * Purpose: Aonic Design System 2026 tokens, declared once at theme level so every
 *          new section can use them instead of redeclaring its own colours,
 *          weights and tracking at the top of the file.
 * Author:  Lucia Pineda
 * Created: September 2026
 * -----------------------------------------------------------------------------
 * NOTE: This file is ADDITIVE. Every variable name here is lowercase, and the
 * theme's own variables in snippets/css-variables.liquid are ALL-CAPS
 * (--COLOR-BG, --FONT-STACK-BODY, --RADIUS). CSS variable names are
 * case-sensitive, so nothing here can collide with anything already on the site.
 * Existing sections keep behaving exactly as they do now.
 *
 * The @font-face rules below are also additive. custom-fonts.css declares each
 * cut as its own family (FellixRegular, FellixSemiBold, DiatypeExtendedMedium).
 * This file declares "Fellix" as ONE family with three real weights, which is
 * what font-weight: 450 / 550 / 700 needs in order to do anything. Both sets
 * can coexist. Do not delete anything from custom-fonts.css.
 * -----------------------------------------------------------------------------
 */@font-face{font-family:Fellix;src:url(/cdn/shop/files/Fellix-Medium.woff2?v=1787944423) format("woff2");font-weight:450;font-style:normal;font-display:swap}@font-face{font-family:Fellix;src:url(/cdn/shop/files/Fellix-MediumItalic.woff2?v=1787944423) format("woff2");font-weight:450;font-style:italic;font-display:swap}@font-face{font-family:Fellix;src:url(/cdn/shop/files/Fellix-SemiBold.woff2?v=1787919146) format("woff2");font-weight:550;font-style:normal;font-display:swap}@font-face{font-family:Fellix;src:url(/cdn/shop/files/Fellix-SemiBoldItalic.woff2?v=1787944423) format("woff2");font-weight:550;font-style:italic;font-display:swap}@font-face{font-family:Fellix;src:url(/cdn/shop/files/Fellix-Bold.woff2?v=1787944423) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Fellix;src:url(/cdn/shop/files/Fellix-BoldItalic.woff2?v=1787944423) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:ABC Diatype Extended;src:url(/cdn/shop/files/ABCDiatypeExtended-Medium.woff2?v=1787944234) format("woff2");font-weight:500;font-style:normal;font-display:swap}:root{--deep-black: #000000;--pure-white: #ffffff;--soft-white: #FCFBF9;--graphite: #424242;--cool-gray: #BBBBBB;--fog-gray: #D8D8D2;--line: #D1D1D1;--font-display: "ABC Diatype Extended", "Fellix", system-ui, sans-serif;--font-sans: "Fellix", system-ui, sans-serif;--fw-regular: 450;--fw-semibold: 550;--fw-bold: 700;--fw-medium: 500;--tracking-caps: .13em;--tracking-h1: .05em;--tracking-body: .03em;--tracking-ui: .01em;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-22: 88px;--radius-none: 0;--radius-m: 12px;--radius-pill: 100px;--hairline: 1.4px;--rule: 1.6px;--ease-standard: cubic-bezier(.22, .61, .36, 1);--dur-control: .16s;--dur-panel: .26s;--dur-button: .42s}
/*# sourceMappingURL=/cdn/shop/t/82/assets/aonic-tokens.css.map */
