:root {
  --atc-navy: #071a3d;
  --atc-navy-soft: #102a57;
  --atc-blue: #2454f4;
  --atc-blue-dark: #173dcc;
  --atc-yellow: #f5c400;
  --atc-yellow-soft: #fff7cc;
  --atc-white: #fff;
  --atc-surface: #f5f6f8;
  --atc-surface-strong: #e8eaed;
  --atc-text: #101828;
  --atc-muted: #667085;
  --atc-success: #16723b;
  --atc-warning: #8a5d00;
  --atc-danger: #b42318;
  --atc-border: #d0d5dd;
  --atc-font: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --atc-step-1: 0.25rem;
  --atc-step-2: 0.5rem;
  --atc-step-3: 0.75rem;
  --atc-step-4: 1rem;
  --atc-step-5: 1.5rem;
  --atc-step-6: 2rem;
  --atc-step-7: 3rem;
  --atc-step-8: 4.5rem;
  --atc-radius-sm: 0.375rem;
  --atc-radius: 0.625rem;
  --atc-radius-lg: 1rem;
  --atc-radius-xl: 1.5rem;
  --atc-shadow-sm: 0 1px 3px rgb(7 26 61 / 10%);
  --atc-shadow: 0 16px 40px rgb(7 26 61 / 12%);
  --atc-max: 1200px;
  --atc-content: 760px;
  --atc-header-height: 74px;
  --atc-transition: 180ms ease;
}
