/* AEO_THEME {"main_color": "#142b4d", "accent_color": "#d6a84f", "button_color": "#142b4d", "radius": "24px", "spacing": "standard", "heading_scale": "standard", "brand_font": "gothic", "brand_font_size": "20px"} */
:root {
  --brand: #142b4d;
  --brand-2: #142b4d;
  --accent: #d6a84f;
  --radius: 24px;
  --brand-font-family: "Segoe UI", "Hiragino Sans", "Yu Gothic", sans-serif;
  --brand-font-size: 20px;
}
section { padding-top: 72px; padding-bottom: 72px; }
.card, .action-panel { border-radius: 24px; padding: 30px; }
.btn.primary, .cta-reserve, .cta-list, .nav .header-cta { background: linear-gradient(135deg, #142b4d, #142b4d); }
h1 { font-size: calc(clamp(36px,5vw,70px) * 1); }
h2 { font-size: calc(clamp(28px,3vw,42px) * 1); }