/*
Theme Name: Jeanneau Lite Theme
Theme URI: https://example.com/
Author: CodeQuilters
Author URI: https://codequilters.com/
Description: A lightweight WordPress theme generated from provided HTML files (index, powerboat, day boat). Registers a Primary menu and enqueues external CSS references to approximate the original UI.
Version: 2.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jeanneau-albania
*/
:root {
  --container: 1200px;
}
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, sans-serif; background: #fff; color: #111; }
.site-wrap { min-height: 100vh; display:flex; flex-direction:column; }
.site-content { flex: 1 1 auto; }
.container { width: min(90vw, var(--container)); margin-inline:auto; }
/* Simple nav styles (can be replaced by your own CSS) */
.primary-nav { display:flex; gap: 24px; list-style:none; padding: 12px 0; margin: 0; align-items:center; }
.primary-nav a { text-decoration:none; color:#0b1437; font-weight:600; }
.menu-toggle { display:none; }
@media (max-width: 900px) {
  .menu-toggle { display:block; margin: 10px 0; }
  .primary-nav { display:none; flex-direction:column; }
  .primary-nav.is-open { display:flex; }
}
.footer { background:#0b1437; color:#fff; padding:32px 0; }
.footer a { color:#fff; }
@font-face {
  font-family: 'MyFont';
  src: url('/assets/fonts/PLH5eHQOpfQZ.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'MyFont', sans-serif;
}
