/* ALTİD brand design tokens: color palette and type scale, sourced from
   brand/color/Color_System_Summary.md and
   brand/typography/typography-specimen.html. Reference these variables
   from theme.css and templates instead of hardcoding hex values. */

:root {
  --altid-navy:            #1B2E5E;
  --altid-navy-dark:       #142348;
  --altid-navy-light:      #3D5490;
  --altid-turquoise:       #1A9BC8;
  --altid-turquoise-dark:  #147BA0;
  --altid-turquoise-light: #6FC1E0;
  --altid-terracotta:      #C4421A;
  --altid-terracotta-dark: #9A3414;
  --altid-gold:            #E8920A;
  --altid-gold-dark:       #C67B08;
  --altid-olive:           #5A7A3A;
  --altid-sand:            #F5EDD8;
  --altid-charcoal:        #2A2A2A;

  --altid-font-display: 'Cormorant Garamond', Georgia, serif;
  --altid-font-body:    'Lato', Helvetica, Arial, sans-serif;
}
