/*
  Self-hosted type system. Two families, both variable.

    Anek Bangla  — everything that is read: h1–h6, paragraphs, lists, nav,
                   captions, answers. This is the voice of the site.
    Baloo Da 2   — buttons and a few deliberate accents. Rounder, warmer,
                   heavier in the stroke. It is a spot colour, not a body face.

  This mirrors the live WordPress site, where Anek Bangla carries 52 of the
  76 text nodes on the homepage and Baloo Da 2 appears exactly 6 times, on
  controls. An earlier pass here made Noto Sans Bengali the body face and
  dropped Baloo Da 2 entirely; that is the change that cost the site its
  familiar texture, so it is reverted. Noto Sans Bengali is gone — its three
  files (146 KB) were deleted, and Baloo Da 2's three (149 KB) take their
  place, with unicode-range keeping the Latin and Latin-ext cuts off the wire
  unless a page actually needs them.

  Each family is ONE variable file per script, not one per weight. The
  previous version of this file declared Anek Bangla twenty-four times —
  every weight from 100 to 800 against the same three files — which parses
  slower and gains nothing. `font-weight: 100 800` covers the whole axis.

  Do NOT re-add a fonts.googleapis.com @import. The WordPress origin is being
  deleted and the site must carry no remote font dependency.
*/

/* ========================================================== Anek Bangla ===
   Weight axis 100–800. Used at 400 for body, 600 for headings. */

/* bengali */
@font-face {
  font-family: 'Anek Bangla';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/anekbangla-variable-bengali.woff2') format('woff2');
  unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

/* latin-ext */
@font-face {
  font-family: 'Anek Bangla';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/anekbangla-variable-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Anek Bangla';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/anekbangla-variable-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =========================================================== Baloo Da 2 ===
   Weight axis 400–800. Used at 500 on controls, matching live. */

/* bengali */
@font-face {
  font-family: 'Baloo Da 2';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/balooda2-variable-bengali.woff2') format('woff2');
  unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

/* latin-ext */
@font-face {
  font-family: 'Baloo Da 2';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/balooda2-variable-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Baloo Da 2';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/balooda2-variable-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
