:root { --font: "Sansation", system-ui, -apple-system, Arial, sans-serif; }
body { font-family: var(--font); }
.thin    { font-weight: 300; }
.regular { font-weight: 400; }
.bold    { font-weight: 700; }
.italic  { font-style: italic; }