@font-face {
  font-family: "Rethink Sans";
  src: url("./fonts/RethinkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rethink Sans";
  src: url("./fonts/RethinkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bageo_Alternates";
  src: url("./fonts/Bageo_Alternates.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gopher";
  src: url("./fonts/Gopher-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gopher";
  src: url("./fonts/Gopher-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gopher";
  src: url("./fonts/Gopher-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
