/*
 Theme Name:   HLC Theme
 Theme URI:    https://highlevelcompounds.com
 Description:  High Level Compounds child theme — premium research peptide storefront
 Author:       HLC
 Template:     storefront
 Version:      1.0.0
 Text Domain:  hlc-theme
*/

/* === CSS Custom Properties === */
:root {
  /* Colors */
  --color-bg:           #f8f7f3;
  --color-surface:      #ffffff;
  --color-black:        #0a0a0a;
  --color-gold:         #c9a84c;
  --color-gold-light:   #e8d5a3;
  --color-gold-dark:    #a07830;
  --color-silver:       #b8b8c8;
  --color-border:       #eceae2;
  --color-muted:        #999999;
  --color-disclaimer:   #c9a84c;

  /* Typography */
  --font-heading: 'Bodoni Moda', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;

  /* Spacing */
  --space-xs:   4px;
  --space-sm:   8px;
  --space-md:   16px;
  --space-lg:   24px;
  --space-xl:   40px;
  --space-2xl:  52px;
  --space-3xl:  64px;

  /* Shadows */
  --shadow-card: 0 2px 14px rgba(0,0,0,0.05);
  --shadow-nav:  0 1px 0 var(--color-border);

  /* Radii */
  --radius-card:   12px;
  --radius-btn:    5px;
  --radius-pill:   100px;
}
