/* SkillCort brand color tokens — https://skillcort.com/company/brand-guidelines */
:root {
  --skillcort-black:        #0F1115; /* Primary — logo, headings, text emphasis */
  --skillcort-graphite:     #3A4048; /* Secondary — secondary text, surfaces */
  --skillcort-cloud-white:  #F7F8FA; /* Light base — backgrounds, document base */
  --skillcort-mist-gray:    #DDE2E8; /* Neutral — dividers, cards, quiet borders */
  --skillcort-signal-blue:  #9FD6FF; /* Accent — focus states, fine accents */
  --skillcort-electric-blue:#4AA8FF; /* Accent dark — active UI states, CTA accents */
}
/* Recommended usage ratio: 75% light neutrals · 20% black/graphite · 5% blue accent */
