/*
  Inter — self-hosted variable font
  Replaces: <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" ...>

  Put this file + the /fonts/inter/ folder on your server, then add:
    <link rel="stylesheet" href="/fonts/inter/inter.css">
  in <head> — no more requests to fonts.googleapis.com or fonts.gstatic.com.

  Since this is a variable font, ONE @font-face per style (regular/italic)
  covers the entire weight range 100–900. You can use font-weight: 300, 400,
  500, 600, or literally any value in between — no extra files needed.
*/

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

@font-face {
  font-family: 'Inter';
  src: url('Inter-Italic-Variable.woff2') format('woff2-variations'),
       url('Inter-Italic-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
