/* Brandon Grotesque */
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../public/fonts/brandon-grotesque/Brandon_reg.otf")
    format("opentype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../public/fonts/brandon-grotesque/Brandon_med.otf")
    format("opentype");
  font-weight: 450; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../public/fonts/brandon-grotesque/Brandon_bld.otf")
    format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
}

/* Libre Franklin */
@font-face {
  font-family: "Libre Franklin";
  src: url("../public/fonts/libre-franklin/LibreFranklin-VariableFont_wght.ttf")
    format("truetype-variations");
  font-weight: 100 900; /* Variable font weight range */
  font-style: normal;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("../public/fonts/libre-franklin/LibreFranklin-Italic-VariableFont_wght.ttf")
    format("truetype-variations");
  font-weight: 100 900; /* Variable font weight range */
  font-style: italic;
}
