/*
 * Login — redesign skin. The page already runs on the forest + amber
 * tokens; this adds the redesign typeface and softer radii.
 * Load AFTER login.css in resources/views/auth/login.blade.php.
 */
/* The Google Fonts @import that shipped here is gone: the app's CSP
   (style-src 'self') refuses it and font-src would refuse the woff2 behind
   it. Schibsted Grotesk is served from this origin instead — see
   public/css/schibsted-grotesk.css. */

body {
    font-family: "Schibsted Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

:root {
    --auth-accent: #f6b94f;
    --auth-accent-hover: #ffc75e;
}

h1, h2, h3, button {
    letter-spacing: -0.02em;
}
