@font-face {
  font-family: "Futura";
  src: url("Fonts/Futura Book font.ttf") format("truetype"),
    url("Fonts/Futura Book Italic font.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("Fonts/Futura Bold font.ttf") format("truetype"),
    url("Fonts/Futura Bold Italic font.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT";
  src: url("Fonts/FuturaLT.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Futura Regular";
  src: url("Fonts/Futura Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT,bold";
  src: url("Fonts/FuturaLT-Bold.ttf") format("truetype");
  /* url('Fonts/FuturaLT.ttf') format('truetype'); */
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT,Book";
  src: url("Fonts/FuturaLT-Book.ttf") format("truetype");
  font-style: normal;
}

/* ── Design refresh fonts ─────────────────────────────────────── */
/* Inter — base app font. Weights: 400 Regular, 500 Medium, 600 SemiBold */
@font-face {
  font-family: "Inter";
  src: url("Fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("Fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Atkinson Hyperlegible Next — dyslexia mode font */
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("Fonts/AtkinsonHyperlegibleNext-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("Fonts/AtkinsonHyperlegibleNext-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("Fonts/AtkinsonHyperlegibleNext-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

a:active {
  color: #a67ecd;
}

