/* ===========================================================
   Synapsi — local fonts (offline)
   Replaces the Google Fonts <link>. No network request is made.

   Put these files in the fonts/ folder and everything below
   activates automatically:

     fonts/Outfit-Regular.woff2      (400)
     fonts/Outfit-Medium.woff2       (500)
     fonts/Outfit-SemiBold.woff2     (600)
     fonts/Outfit-Bold.woff2         (700)
     fonts/JetBrainsMono-Regular.woff2  (400)
     fonts/JetBrainsMono-Medium.woff2   (500)

   See fonts/README.txt for where to download them.

   If the files are missing the site still renders correctly —
   it falls back to the closest fonts already on the machine.
   =========================================================== */

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Outfit-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Outfit-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Outfit-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Outfit-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/JetBrainsMono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/JetBrainsMono-Medium.woff2") format("woff2");
}
