/* atomic HR — Webfonts
   ────────────────────────────────────────────────────────────────────────
   DISPLAY  → League Spartan  — the brand wordmark face ("atomic"). Real
              brand font, served from Google Fonts. Used for headings only.
   BODY/UI  → Code Pro        — the tagline face ("Startup recruiting
              experts."). Code Pro is a Fontfabric license and is NOT on
              Google Fonts, so it cannot be auto-loaded here.
              ⚠ ACTION NEEDED: upload your licensed Code Pro files and drop
              an @font-face block here. Until then the body stack falls back
              to "Outfit" (the closest free geometric neutral) — flagged so
              it's obvious what is real vs. placeholder. */

/* The Google Fonts @import moved to a direct <link> in index.html <head> (perf): an
   @import inside a linked stylesheet serializes the request chain and defeats the
   preconnect. If you change the font list, change it THERE. This file keeps only the
   local @font-face slots below. */

/* When you have the licensed files, uncomment & point these at /assets/fonts:
@font-face {
  font-family: "Code Pro";
  src: url("../assets/fonts/CodePro-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Code Pro";
  src: url("../assets/fonts/CodePro-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
*/
