:root {
  --theme-color: #f58800;
  --secondary-color: #266867;
  --title-color: #17343b;
  --body-color: #5f6f73;
  --body-bg: #fbfcf8;
  --smoke-color: #eef4ef;
  --light-color: #f4f8f5;
  --border-color: #d7e2d8;
  --yellow-color: #ffb12d;
  --ge-ink: #17343b;
  --ge-deep: #0f2f36;
  --ge-deep-soft: rgba(17, 54, 61, 0.88);
  --ge-sand: #f4f8f1;
  --ge-gold: #f58800;
  --ge-gold-soft: #ffb12d;
  --ge-mint: #79c3bb;
  --ge-accent-rgb: 245, 136, 0;
  --ge-accent-dark: #d97800;
  --ge-accent-soft: #ffb84a;
  --ge-line: rgba(255, 255, 255, 0.14);
  --ge-accent-surface: rgba(var(--ge-accent-rgb), 0.11);
  --ge-accent-surface-strong: rgba(var(--ge-accent-rgb), 0.17);
  --ge-accent-shadow: rgba(var(--ge-accent-rgb), 0.22);
}
