/* GENERATED FILE - DO NOT MODIFY DIRECTLY */
/* Generated from assets/config/colors.json */
/* Generate using: dart scripts/generate_colors.dart */

:root {
  /* Dartmouth green - primary brand color - CMYK: (65, 0, 50, 50) */
  --primary: #2D804D;
  /* Pakistan green - darker shade - CMYK: (78, 0, 60, 60) */
  --primary-dark: #166629;
  /* Bright forest green - for buttons and CTAs - CMYK: (80, 0, 100, 20) */
  --accent: #007A2A;
  /* Near-black green - for primary text - CMYK: (78, 0, 60, 82) */
  --text-primary: #0B1F10;
  /* Muted gray-green - for secondary text - CMYK: (13, 0, 10, 72) */
  --text-secondary: #394945;
  /* Light background for main surfaces - CMYK: (2, 1, 0, 2) */
  --background: #F9FAFB;
  /* Mint cream - alternative light background - CMYK: (13, 0, 10, 8) */
  --background-alt: #E4EBE6;
  /* White - for text on dark backgrounds - CMYK: (0, 0, 0, 0) */
  --white: #FFFFFF;
  /* Gray for borders and dividers - CMYK: (2, 1, 0, 15) */
  --gray: #D6D8D8;
}
