:root {
  --store-focus-width: 2px;
  --store-brand-logo-surface: #fff;
  --store-border-strong: #b8c9bf;
  --store-footer-text: #f6faf7;
  --store-footer-muted: #aebbb3;
  --store-radius-sm: .55rem;
  --store-radius-md: 1rem;
  --store-radius-lg: 1.5rem;
  --store-shadow: 0 1rem 2.5rem rgba(23, 34, 28, .09);
  --store-content: 76rem;
}

:root[data-color-mode="dark"] {
  --store-border-strong: #486154;
  --store-footer-text: #f4fbf7;
  --store-footer-muted: #afc0b6;
  --store-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .32);
}

:root {
  --store-page-background: #FFFFFF;
  --store-bg: #FFFFFF;
  --store-surface-background: #FFFFFF;
  --store-surface: #FFFFFF;
  --store-surface-muted-background: #F4F7F5;
  --store-border: #DBE5DF;
  --store-text-primary: #111827;
  --store-text: #111827;
  --store-text-secondary: #64736B;
  --store-muted: #64736B;
  --store-button-primary-background: #047857;
  --store-accent: #047857;
  --store-button-primary-text: #FFFFFF;
  --store-button-primary-border: #047857;
  --store-button-primary-background-hover: #036B4F;
  --store-accent-hover: #036B4F;
  --store-button-primary-text-hover: #FFFFFF;
  --store-button-primary-border-hover: #036B4F;
  --store-button-primary-background-active: #025C44;
  --store-accent-active: #025C44;
  --store-button-primary-text-active: #FFFFFF;
  --store-button-primary-border-active: #025C44;
  --store-button-primary-background-disabled: #81BBAB;
  --store-button-primary-text-disabled: #FFFFFF;
  --store-button-primary-border-disabled: #81BBAB;
  --store-button-secondary-background: #FFFFFF;
  --store-button-secondary-text: #111827;
  --store-button-secondary-border: #DBE5DF;
  --store-button-secondary-background-hover: #F4F7F5;
  --store-button-secondary-text-hover: #111827;
  --store-button-secondary-border-hover: #DBE5DF;
  --store-button-secondary-background-active: #E7EFEB;
  --store-button-secondary-text-active: #111827;
  --store-button-secondary-border-active: #DBE5DF;
  --store-button-secondary-background-disabled: #FFFFFF;
  --store-button-secondary-text-disabled: #64736B;
  --store-button-secondary-border-disabled: #DBE5DF;
  --store-link-text: #047857;
  --store-link-underline: #047857;
  --store-link-text-hover: #036B4F;
  --store-link-underline-hover: #036B4F;
  --store-link-text-active: #025C44;
  --store-link-underline-active: #025C44;
  --store-selection-background: #E8F3EF;
  --store-selection-text: #111827;
  --store-text-selection-background: #047857;
  --store-text-selection-text: #FFFFFF;
  --store-focus-ring: #047857;
  --store-focus-color: #047857;
  --store-footer-background: #101813;
  --store-footer-bg: #101813;
}

:root[data-color-mode="dark"] {
  --store-page-background: #0D1511;
  --store-bg: #0D1511;
  --store-surface-background: #15211A;
  --store-surface: #15211A;
  --store-surface-muted-background: #1B2C22;
  --store-border: #304239;
  --store-text-primary: #EDF7F1;
  --store-text: #EDF7F1;
  --store-text-secondary: #A8B9AF;
  --store-muted: #A8B9AF;
  --store-button-primary-background: #047857;
  --store-accent: #047857;
  --store-button-primary-text: #FFFFFF;
  --store-button-primary-border: #047857;
  --store-button-primary-background-hover: #036B4F;
  --store-accent-hover: #036B4F;
  --store-button-primary-text-hover: #FFFFFF;
  --store-button-primary-border-hover: #036B4F;
  --store-button-primary-background-active: #025C44;
  --store-accent-active: #025C44;
  --store-button-primary-text-active: #FFFFFF;
  --store-button-primary-border-active: #025C44;
  --store-button-primary-background-disabled: #81BBAB;
  --store-button-primary-text-disabled: #FFFFFF;
  --store-button-primary-border-disabled: #81BBAB;
  --store-button-secondary-background: #15211A;
  --store-button-secondary-text: #EDF7F1;
  --store-button-secondary-border: #304239;
  --store-button-secondary-background-hover: #1B2C22;
  --store-button-secondary-text-hover: #EDF7F1;
  --store-button-secondary-border-hover: #304239;
  --store-button-secondary-background-active: #263B2E;
  --store-button-secondary-text-active: #EDF7F1;
  --store-button-secondary-border-active: #304239;
  --store-button-secondary-background-disabled: #15211A;
  --store-button-secondary-text-disabled: #A8B9AF;
  --store-button-secondary-border-disabled: #304239;
  --store-link-text: #34D399;
  --store-link-underline: #34D399;
  --store-link-text-hover: #34D399;
  --store-link-underline-hover: #34D399;
  --store-link-text-active: #34D399;
  --store-link-underline-active: #34D399;
  --store-selection-background: #193D2C;
  --store-selection-text: #EDF7F1;
  --store-text-selection-background: #34D399;
  --store-text-selection-text: #08100C;
  --store-focus-ring: #34D399;
  --store-focus-color: #34D399;
  --store-footer-background: #08100C;
  --store-footer-bg: #08100C;
}
