/*
Theme Name: DOG VILLA IZU Teaser
Theme URI: https://www.dogvilla-izu.com
Author: BookingResort
Description: ONSEN DOG RESORT - DOG VILLA 伊豆 ティザーサイト用テーマ（TOPページのみ）
Version: 1.0.0
Text Domain: dogvilla-izu
*/

:root {
  /* palette */
  --color-bg: #0b0b0d;
  --color-bg-alt: #131316;
  --color-bg-light: #f4f1ec;
  --color-text: #f2efe9;
  --color-text-light: #a8a49c;
  --color-text-dark: #1c1b19;
  --color-accent: #c9a227;
  --color-accent-dark: #9a7b18;
  --color-border: rgba(242, 239, 233, 0.16);

  /* type */
  --font-serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-display: "Cormorant Garamond", "Shippori Mincho", serif;
  --font-sans: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;

  /* layout */
  --max-width: 1180px;
  --gutter: clamp(20px, 5vw, 60px);

  /* motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}
