/* Light (300) */
@font-face {
  font-family: "GerTT";
  src:
    url("./GerTT_Light.woff2") format("woff2"),
    url("./GerTT_Light.woff") format("woff"),
    url("./GerTT_Light.otf") format("opentype"),
    url("./GerTT_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GerTT";
  src:
    url("./GerTT_Regular.woff2") format("woff2"),
    url("./GerTT_Regular.woff") format("woff"),
    url("./GerTT_Regular.otf") format("opentype"),
    url("./GerTT_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GerTT";
  src:
    url("./GerTT_Medium.woff2") format("woff2"),
    url("./GerTT_Medium.woff") format("woff"),
    url("./GerTT_Medium.otf") format("opentype"),
    url("./GerTT_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GerTT";
  src:
    url("./GerTT_Bold.woff2") format("woff2"),
    url("./GerTT_Bold.woff") format("woff"),
    url("./GerTT_Bold.otf") format("opentype"),
    url("./GerTT_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
