/* this is currently outside of Dev control */

/*
@font-face {
  font-family: "Inter";
  src: url("/styles/t4/responsive/fonts/Inter-Regular.woff2") format("woff2"),
    url("/styles/t4/responsive/fonts/Inter-Regular.ttf") format("truetype");
}
*/

/* Decision to replace this made in meeting with Jamie, Tobi and Patrick 18/4/2024 */
@font-face {
  font-family: "Inter";
  src: url("/styles/t4/responsive/fonts/Inter-SemiBold.ttf") format("truetype"),
    url("/styles/t4/responsive/fonts/Inter-SemiBold.woff2") format("woff2");
}

/* 
@font-face {
  font-family: "InterLight";
  src: url("/styles/t4/responsive/fonts/Inter-Light.woff2") format("woff2"),
    url("/styles/t4/responsive/fonts/Inter-Light.ttf") format("truetype");
} */

@font-face {
  font-family: "InterBold";
  src: url("/styles/t4/responsive/fonts/Inter-Bold.ttf") format("truetype"),
    url("/styles/t4/responsive/fonts/Inter-Bold.woff2") format("woff2");
}

.inter {
  font-family: Inter;
  font-weight: normal;
}

.inter-light {
  font-family: Inter;
  font-weight: normal;
}

.inter-bold {
  font-family: InterBold;
  font-weight: normal;
}
