/* apps/web/public/fonts.css */
/* Place licensed Graphik files under /assets/fonts/graphik/ */
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/graphik/Graphik-Regular.woff2") format("woff2"),
       url("/assets/fonts/graphik/Graphik-Regular.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/graphik/Graphik-Semibold.woff2") format("woff2"),
       url("/assets/fonts/graphik/Graphik-Semibold.woff") format("woff");
  font-weight: 600; font-style: normal; font-display: swap;
}
:root { --typography-family-base: Graphik, "IBM Plex Sans", Inter, "Helvetica Neue", Arial, sans-serif; }
