/* ========================================
   Theme: Ise-kawasaki -湊-Minato
   Loaded after common.css to supply this
   property's color palette and typography.
   ======================================== */

:root {
  --color-bg: #faf9f6;
  --color-bg-dark: #0b4560;
  --color-text: #2c2c2c;
  --color-text-light: #6b6b6b;
  --color-accent: #0f5779;
  --color-accent-light: #1c7ba3;
  --color-wood: #8b7355;
  --color-gold: #c2ab6e;
  --color-gold-light: #d2c37e;
  --color-white: #ffffff;
  --color-border: #e8e4df;

  --font-serif: 'Noto Serif JP', serif;
  --font-sans: 'Noto Sans JP', sans-serif;

  --header-height: 72px;
  --transition: 0.3s ease;
}
