/* =========================================================================
   Lerta — Fonts
   Google Fonts CDN import for DM Sans, Nunito, and Poppins.
   All three support the Polish glyph set (ą ę ó ś ź ż ć ń ł).
   --------------------------------------------------------------------------
   If you need offline / self-hosted fonts, download woff2 files into
   fonts/ and swap this import for the commented @font-face block below.
   ========================================================================= */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;0,800;0,900;1,700&family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,700&family=Poppins:wght@400;500;600;700&display=swap");

/*
-- Self-hosted template --

@font-face {
  font-family: "DM Sans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("fonts/DMSans-ExtraBold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-017F;
}
-- repeat for 400, 500, 700, 900, and italics --
-- same pattern for Nunito and Poppins --
*/
