@font-face {
  font-family: "Braun Linear";
  src: url("./fonts/BraunLinear-Light.woff2") format("woff2"),
    url("./fonts/BraunLinear-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Braun Linear";
  src: url("./fonts/BraunLinear-Regular.woff2") format("woff2"),
    url("./fonts/BraunLinear-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Braun Linear";
  src: url("./fonts/BraunLinear-Bold.woff2") format("woff2"),
    url("./fonts/BraunLinear-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
