:root {
  --primary: #0057a8;
  --primary-dark: #003f7d;
  --primary-light: #e7f2ff;
  --accent: #ff8a00;
  --accent-soft: #fff3e0;
  --text: #13233a;
  --muted: #607087;
  --surface: #fff;
  --card: #f7faff;
  --border: #dce7f5;
  --success: #16803c;
  --error: #c62828;
  --warning: #b35a00;
  --radius: 18px;
  --shadow: 0 12px 32px rgb(0 87 168 / 12%);
  --max-width: 1200px;
}
