/*
 * Rotary District 9660 -- brand tokens.
 * Source: docs/brand-colors.md and docs/typography.md in the source repo.
 * Masterbrand colors only belong inside official logo artwork -- do not
 * recolor a logo placeholder with anything outside --rotary-royal-blue,
 * --rotary-gold, --rotary-azure. Extended/program colors are for
 * surrounding design elements.
 */
:root {
  /* Masterbrand (primary) */
  --rotary-royal-blue: #17458f;
  --rotary-gold: #f7a81b;
  --rotary-azure: #0067c8;

  /* Program colors (use only for that program's own content) */
  --rotary-sky-blue: #00a2e0;   /* Interact */
  --rotary-cranberry: #d41367;  /* Rotaract */
  --rotary-cardinal: #e02927;   /* End Polio Now */

  /* Extended palette (accents) */
  --rotary-turquoise: #00adbb;
  --rotary-orange: #ff7600;
  --rotary-violet: #901f93;
  --rotary-grass: #009739;
  --rotary-powder-blue: #b9d9eb;
  --rotary-moss: #a7aca2;
  --rotary-lavender: #c6bcd0;
  --rotary-taupe: #d9c89e;
  --rotary-stone: #9ba4b4;
  --rotary-slate: #657f99;

  /* Neutrals -- cool gray */
  --rotary-charcoal: #54565a;
  --rotary-pewter: #898a8d;
  --rotary-smoke: #b1b1b1;
  --rotary-silver: #d0cfcd;
  --rotary-white: #ffffff;
  --rotary-black: #000000;

  /* Neutrals -- warm gray */
  --rotary-storm: #7a6e66;
  --rotary-ash: #968b83;
  --rotary-platinum: #bfb7b0;
  --rotary-cloud: #d6d1ca;

  /* Typography -- District 9660 project preference: sans-serif
     everywhere, no serif body text. See guidelines/typography.md
     for the licensed Frutiger/Sentinel stack if ever purchased. */
  --font-heading: "Open Sans", Arial, sans-serif;
  --font-body: "Open Sans", Arial, sans-serif;
}
