/* UCN webfonts — Poppins (display/heading) + Karla (body/UI).
   Both are freely licensed via Google Fonts and served from fonts.gstatic.com
   through the stylesheet below, which emits the @font-face rules.
   Weights shipped: 300 (the brand default), 400, 500.
   NOTE: no binaries were supplied with the source kit — if UCN self-hosts
   these families, drop the .woff2 files in assets/fonts/ and replace this
   @import with local @font-face rules. */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Karla:wght@300;400;500&display=swap");

:root{
  --font-display:'Poppins',system-ui,-apple-system,sans-serif;
  --font-body:'Karla',system-ui,-apple-system,sans-serif;
  --font-weight-light:300;
  --font-weight-regular:400;
  --font-weight-medium:500;
}
