/*
Theme Name: Kapitalresan
Theme URI: https://kapitalresan.se/
Author: TheDock URL Import
Description: Reverse-imported from https://kapitalresan.se/. Edit via WP admin (content) or TheDock dashboard (code).
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: kapitalresan-se
*/
/* Tailwind utilities load via the Play CDN in header.php for the MVP.
   Add custom global CSS below as needed; Tailwind utilities take precedence. */
body { font-family: Inter, system-ui, sans-serif; }
/* Page-wide typography baseline (snapshotted from source). */
body {
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: oklch(0.18 0.02 255);
}
h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
p {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
a {
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
/* Page-wide content grid (detected from source: 1280px / 32px h-padding). */
.container-grid {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 32px;
  box-sizing: border-box;
}
/* Alpine.js: hide x-cloak elements until Alpine boots so we don't flash
   pre-init state (e.g. an open mobile menu) on first paint. */
[x-cloak] { display: none !important; }
