:root{--grid-gutter: .9375rem;--grid-gutter-offset: -.9375rem;--page-gutter: calc(var(--grid-gutter) + 1.25vw);--page-gutter-half: calc(var(--grid-gutter) / 2 + .625vw);--page-gutter-double: calc(var(--grid-gutter) * 2 + 2.5vw);--grid-col-1: 8.3333333333%;--grid-col-2: 16.6666666667%;--grid-col-3: 25%;--grid-col-4: 33.3333333333%;--grid-col-5: 41.6666666667%;--grid-col-6: 50%;--grid-col-7: 58.3333333333%;--grid-col-8: 66.6666666667%;--grid-col-9: 75%;--grid-col-10: 83.3333333333%;--grid-col-11: 91.6666666667%;--grid-col-12: 100%;--space-xs: .3125rem;--space-sm: .625rem;--space-md-sm: .9375rem;--space-md: 1.25rem;--space-md-lg: 1.875rem;--space-lg: 2.5rem;--space-xl: 5rem;--responsive-spacing-xs: calc(var(--space-sm) + .125vw + .125vh);--responsive-spacing-sm: calc(var(--space-sm) + .25vw + .25vh);--responsive-spacing-md: calc(var(--space-md) + .5vw + .5vh);--responsive-spacing-lg: calc(var(--space-lg) + 1vw + 1vh);--responsive-spacing-xl: calc(var(--space-xl) + 1.5vw + 1.5vh)}:root{--container-gutter: var(--page-gutter);--section-vertical-spacing: var(--space-xl);--section-vertical-spacing-tight: var(--space-lg);--section-stack-gap: var(--space-md-lg);--section-stack-gap-tight: var(--space-md)}:root{--font-title: "NGA Condensed", "Adjusted Impact Fallback", Impact, sans-serif;--font-sans: "NGA", "Adjusted Arial Fallback", Arial, sans-serif;--font-serif: Georgia, "Times New Roman", serif;--font-mono: "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "Courier New", monospace;--heading-font-family: var(--font-sans);--heading-font-weight: bold;--heading-font-style: normal;--heading-text-transform: none;--heading-letter-spacing: 0;--text-font-family: var(--font-sans);--text-font-weight: normal;--text-font-style: normal;--text-letter-spacing: 0;--button-font: var(--font-sans);--button-text-transform: uppercase;--button-letter-spacing: 0;--font-size-2xs: .75rem;--font-size-xs: .75rem;--font-size-sm: .8125rem;--font-size-md-sm: 1rem;--font-size-md: 1rem;--font-size-md-lg: 1.375rem;--font-size-lg: 1.75rem;--font-size-xl: 3.125rem;--font-size-2xl: 5.3125rem;--font-size-3xl: 7.8125rem;--text-h1: var(--font-size-2xl);--text-h2: var(--font-size-xl);--text-h3: var(--font-size-lg);--text-h4: var(--font-size-lg);--text-h5: var(--font-size-md-lg);--text-h6: var(--font-size-md);--text-xs: var(--font-size-xs);--text-sm: var(--font-size-sm);--text-base: var(--font-size-md);--text-md-lg: var(--font-size-md-lg);--text-lg: var(--font-size-md-lg);--text-xl: var(--font-size-xl);--line-height-neg: .9;--line-height-xs: 1.1;--line-height-sm: 1.2;--line-height-md-sm: 1.3;--line-height-md: 1.4;--line-height-md-lg: 1.5;--button-border-radius: .3125rem;--input-border-radius: .3125rem;--shadow-sm: none;--shadow: none;--shadow-md: none;--shadow-block: none}@media screen and (max-width:999px){:root{--text-h1: 4rem;--text-h2: 2.5rem;--text-h3: var(--font-size-md-lg);--text-h4: var(--font-size-md-lg);--text-h5: var(--font-size-md);--text-h6: var(--font-size-sm)}}:root{--black: #000000;--grey-dark: #333333;--grey-medium: #666666;--grey-light: #999999;--grey-xlight: #ededed;--white: #ffffff;--black-rgb: 0, 0, 0;--white-rgb: 255, 255, 255;--black-fixed: #000000;--grey-dark-fixed: #333333;--grey-medium-fixed: #666666;--grey-light-fixed: #999999;--grey-xlight-fixed: #ededed;--white-fixed: #ffffff;--black-rgb-fixed: 0, 0, 0;--white-rgb-fixed: 255, 255, 255;--highlight-primary: #01ff4e;--highlight-primary-contrast-tone: var(--black-fixed);--highlight-secondary: #f92e2e;--highlight-secondary-contrast-tone: var(--white-fixed);--highlight-tertiary: #ffe200;--highlight-tertiary-contrast-tone: var(--black-fixed);--highlight-location: #006fed;--highlight-location-contrast-tone: var(--white-fixed);--highlight-subtle: var(--grey-xlight-fixed);--highlight-subtle-contrast-tone: var(--black-fixed);--highlight-inversed: var(--black-fixed);--highlight-inversed-contrast-tone: var(--white-fixed);--pink: #f0bfca;--rose: #ffb7b7;--peach: #ffc5b5;--orange: #fac593;--yellow: #fff1aa;--green-vibrant: #cae0a6;--green-muted: #bfd0ca;--blue-muted: #a1bdc9;--blue-grey: #bfcdd9;--soft-grey: #d6dfdc;--soft-beige: #ece6d8;--light-tan: #d4c1b5;--page-background: var(--white);--on-sale-text: var(--black);--on-sale-badge-background: var(--highlight-tertiary);--on-sale-badge-text: var(--highlight-tertiary-contrast-tone);--sold-out-badge-background: var(--highlight-secondary);--sold-out-badge-text: var(--highlight-secondary-contrast-tone);--custom-badge-background: var(--highlight-subtle);--custom-badge-text: var(--highlight-subtle-contrast-tone);--star-color: var(--black);--success-background: var(--green-vibrant);--success-text: var(--black-fixed);--warning-background: var(--yellow);--warning-text: var(--black-fixed);--error-background: var(--orange);--error-text: var(--black-fixed)}.dark-theme{--black: #ffffff;--grey-dark: #cccccc;--grey-medium: #999999;--grey-light: #666666;--grey-xlight: #222222;--white: #000000;--black-rgb: 255, 255, 255;--white-rgb: 0, 0, 0}:root{--input-border-width: 1px;--input-border-radius: .3125rem;--input-border-colour: var(--text-color);--input-border-colour-focus: var(--text-color);--input-bkg-colour: var(--background);--input-bkg-colour-focus: var(--background);--input-margin-bottom: var(--space-sm);--input-padding: var(--space-xs);--input-font-size: var(--font-size-md);--input-line-height: var(--line-height-sm);--input-text-colour: var(--text-color);--input-accent-colour: var(--text-color);--custom-input-size: 1.25rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/nga-css-variables-reset.css.map */
