/* Base site styles (linked across pages) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
:root { --base-font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial; }
* { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; font-family: var(--base-font), "Apple Color Emoji", "Segoe UI Emoji"; }
.container { width: min(1200px, 100% - 32px); margin-inline: auto; }
.section { padding: 40px 0; }
.section-title { margin: 0 0 16px; font-size: 1.6rem; }
.hidden { display: none !important; }
