/* Baloo 2 — yerel font (Google Fonts yok, maliyet sıfır) */
@font-face {
  font-family: "Baloo 2";
  src: url("/baloo-2/Baloo2-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo 2";
  src: url("/baloo-2/Baloo2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo 2";
  src: url("/baloo-2/Baloo2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo 2";
  src: url("/baloo-2/Baloo2-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo 2";
  src: url("/baloo-2/Baloo2-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-baloo: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-baloo);
}
