/**
 * @file
 * Inter font-face declarations for codelift2026 theme.
 * Self-hosted for GDPR compliance and performance.
 */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Preload hint - add this to html.html.twig:
<link rel="preload" href="/themes/custom/codelift2026/fonts/InterVariable.woff2" as="font" type="font/woff2" crossorigin>
*/
