/* ============================================================
   UK Broker Support — Webfonts
   Anybody (display, variable wght+wdth) · Lora (serif italic accent)
   · Inter (body / UI)
   ============================================================ */

@font-face {
  font-family: "Anybody";
  src: url("../../fonts/Anybody-VariableFont.woff2") format("woff2"),
       url("../../fonts/Anybody-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anybody";
  src: url("../../fonts/Anybody-Italic-VariableFont.woff2") format("woff2"),
       url("../../fonts/Anybody-Italic-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../../fonts/Lora-VariableFont.woff2") format("woff2"),
       url("../../fonts/Lora-VariableFont.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../../fonts/Lora-Italic-VariableFont.woff2") format("woff2"),
       url("../../fonts/Lora-Italic-VariableFont.ttf") format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Regular.woff2") format("woff2"),
       url("../../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Medium.woff2") format("woff2"),
       url("../../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-SemiBold.woff2") format("woff2"),
       url("../../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Bold.woff2") format("woff2"),
       url("../../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
