/* Microcrew · shared app and template tokens */
@font-face { font-family: Manrope; src: url('./fonts/manrope-latin.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; }
:root {
  --mc-forest: #173F35;
  --mc-citrus: #D9EF73;
  --mc-cream: #F8F7F2;
  --mc-ink: #18362F;
  --mc-muted: #5B7066;
  --mc-mist: #EFF3E8;
  --mc-clay: #B65C38;
  --mc-peach: #F0A17A;
  --mc-white: #FFFFFF;
  --mc-font: 'Manrope', 'Segoe UI', system-ui, sans-serif;
  --mc-radius-card: 24px;
  --mc-radius-button: 14px;
  --mc-shadow: 0 12px 32px rgb(24 54 47 / 8%);
}
