@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap');

:root {
  --brand-ink: #193c30;
  --brand-deep: #112f24;
  --brand-field: #28583d;
  --brand-paper: #f5f3e9;
  --brand-surface: #fffdf8;
  --brand-surface-soft: #edf0e4;
  --brand-lime: #dceb8d;
  --brand-lime-strong: #c9dc70;
  --brand-gold: #d7a764;
  --brand-rust: #c86747;
  --brand-muted: #647267;
  --brand-line: #d8ddd0;
  --brand-focus: #9d5f2b;
  --brand-shadow: 0 18px 48px rgba(25, 60, 48, .08);
  --brand-radius-sm: 8px;
  --brand-radius-md: 14px;
  --brand-radius-lg: 22px;
  --brand-font-display: 'Manrope', sans-serif;
  --brand-font-body: 'DM Sans', sans-serif;
  --brand-font-data: 'DM Mono', monospace;
}

