/* Ideaseed Brand – Colours & Type Tokens */

:root {
  /* Fonts */
  --font-body: 'Sohne', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Mango Grotesque', 'Bricolage Grotesque', 'Inter', sans-serif;
  --font-serif: 'Domaine', 'Playfair Display', Georgia, serif;

  /* Brand Colours */
  --color-navy: #001E5A;
  --color-stone: #ECE7DC;
  --color-royal-blue: #0077FF;
  --color-grey: #CFCFCF;
  --color-light-blue: #A9D6F6;
  --color-orange: #FF6600;
  --color-white: #FFFFFF;
}
