/* Overrides donation-tracker's default paid fonts (Cubano, Museo Sans)
   with free alternatives: Fredoka (display/headings) and Poppins (body). */

@font-face {
  font-family: "Cubano";
  src: url("/static/fonts/Fredoka-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 400 700;
  font-style: normal;
}

@font-face {
  font-family: "museo-sans";
  src: url("/static/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "museo-sans";
  src: url("/static/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "museo-sans";
  src: url("/static/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "museo-sans";
  src: url("/static/fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
