:root {
  --amsa-ink: #0a3a46;
  --amsa-ink-2: #124e5a;
  --amsa-teal: #176b6b;
  --amsa-green: #156451;
  --amsa-green-dark: #0f5243;
  --amsa-gold: #d8b200;
  --amsa-orange: #ef6c32;
  --amsa-sky: #65b8c6;
  --amsa-red: #b6505c;
  --amsa-violet: #6d6087;
  --paper: #eef4f5;
  --surface: #ffffff;
  --surface-soft: #f5f8f8;
  --surface-teal: #e8f3f1;
  --surface-blue: #e7f1f4;
  --surface-gold: #f8f4df;
  --surface-orange: #fff0e8;
  --surface-red: #faecee;
  --surface-violet: #f0edf5;
  --line: #ccdade;
  --line-strong: #a9bec3;
  --text: #113f4a;
  --muted: #5f7780;
  --quiet: #526b72;
  --white: #ffffff;
  --shadow-dialog: 0 28px 75px rgba(4, 38, 46, 0.28);
  --max-width: 1180px;
  --header-height: 106px;
  --radius: 3px;
  --focus: 0 0 0 3px rgba(101, 184, 198, 0.35);
  --font-sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
