/*
 * Meiras Yachting critical base layer.
 * Tailwind utilities are generated by the CDN runtime; brand-specific components
 * and compatibility fixes live in custom.css.
 */
:root {
  color-scheme: light;
  --meiras-ink: #0b1b2d;
  --meiras-gold: #d6ba7a;
  --meiras-pearl: #fbfcfe;
}
html { min-width: 320px; background: var(--meiras-pearl); }
body { min-width: 320px; margin: 0; color: var(--meiras-ink); text-rendering: optimizeLegibility; }
img, video { max-width: 100%; }
button, input, select, textarea { font: inherit; }
[x-cloak] { display: none !important; }
