/**
 * Baloo 2 — self-hosted from assets/fonts (see https://fonts.google.com/specimen/Baloo+2)
 * Weights mapped for Framer text styles (300–900; italic uses same files, browser synthesizes oblique).
 */
@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Baloo2-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Baloo2-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Baloo2-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Baloo2-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Baloo2-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Baloo2-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Baloo2-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Baloo2-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Baloo2-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Baloo2-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Baloo2-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Baloo 2";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Baloo2-ExtraBold.ttf") format("truetype");
}
