:root {

  --brand: #16324f;
  --brand-strong: #0d2036;
  --brand-soft: #2f6690;
  --brand-rgb: 22, 50, 79;
  --brand-tint: rgba(22, 50, 79, 0.08);

  --accent: #c9a227;
  --accent-soft: #e0bd57;
  --accent-tint: #fbf3dd;
  --accent-rgb: 201, 162, 39;

  --ink: #16202b;
  --ink-soft: #3d4a58;
  --muted: #6b7684;
  --line: #e2e6eb;
  --line-soft: #edf0f3;
  --surface: #ffffff;
  --surface-2: #f6f8fa;
  --surface-3: #eef1f4;

  --bg: #f4f6f8;
  --bg-rgb: 244, 246, 248;

  --night: #0b1420;
  --night-2: #13202e;
  --night-rgb: 11, 20, 32;

  --font-head: "Noto Serif JP Sub", "Noto Serif", serif;
  --font-body: "Noto Sans JP Sub", "Noto Sans", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;


  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);


  --radius-sm: 0.7rem;
  --radius: 1.05rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2.2rem;
  --shadow-sm: 0 4px 14px rgba(20, 32, 28, 0.06);
  --shadow: 0 18px 40px rgba(20, 32, 28, 0.09);
  --shadow-lg: 0 30px 70px rgba(20, 32, 28, 0.15);

  --container: 1180px;
  --topbar-h: 4.6rem;
}
