/**
 * The Moon Society — Brand Color Palette (unofficial)
 * https://branding.moonsociety.org/colors.css
 *
 * Usage:  @import url("https://branding.moonsociety.org/colors.css");
 * Or copy these custom properties into your own stylesheet.
 *
 * Canonical: brand.json (https://branding.moonsociety.org/brand.json)
 */

:root {
  /* Primary Colors */
  --ms-space-cadet: #13294B; /* Space Cadet Blue — primary background, dominant brand color */
  --ms-gold:        #FFCD00; /* Gold            — primary accent, calls to action, highlights */

  /* Secondary Colors */
  --ms-cerulean:    #00A3E0; /* Cerulean        — links, interactive elements */
  --ms-blue:        #006298; /* Blue            — mid-tone blue for depth and layering */
  --ms-cyan:        #6AD1E3; /* Cyan            — light accent, data viz, tags */
  --ms-emerald:     #009775; /* Emerald         — success states, positive indicators */

  /* Neutral Colors */
  --ms-white:       #FFFFFF; /* White           — primary text on dark backgrounds */
  --ms-gray-100:    #D0D0CE; /* Cool Gray 2     — subtle borders, dividers on dark */
  --ms-gray-200:    #B1B3B3; /* Cool Gray 5     — secondary text on dark */
  --ms-gray-300:    #888B8D; /* Cool Gray 8     — muted text, placeholders */
  --ms-gray-400:    #53565A; /* Cool Gray 11    — borders, dividers on light */
  --ms-near-black:  #1D252D; /* Near-Black      — deep background */
  --ms-black:       #000000; /* Black           — use sparingly */

  /* Semantic Colors */
  --ms-success:     #009775; /* Emerald */
  --ms-warning:     #D29F13; /* Dark Gold */
  --ms-error:       #E84855;

  /* Extended Palette */
  --ms-gold-light:   #FAE053;
  --ms-gold-dark:    #D29F13;
  --ms-gold-brown:   #967126;
  --ms-warm-gray-1:  #D7D2CB;
  --ms-warm-gray-7:  #968C83;
  --ms-gray-brown:   #5E514D;
  --ms-brown:        #382F2D;
  --ms-off-white-pink: #E5E1E6;
  --ms-mauve:        #C1B2B6;
  --ms-lavender:     #7B6469;
  --ms-dark-cherry:  #453536;
}
