/* ══════════════════════════════════════════════
   CrewLoyal — Base Styles
   ══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #0F172A;
    color: #E2E8F0;
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden;
}
a { color: inherit; }
strong { color: #F8FAFC; }
