@font-face {
  font-family: "BuckeyeSans2";
  src: url("./fonts/BuckeyeSans2-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "BuckeyeSans2";
  src: url("./fonts/BuckeyeSans2-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "BuckeyeSans2";
  src: url("./fonts/BuckeyeSans2-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BuckeyeSans2";
  src: url("./fonts/BuckeyeSans2-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "BuckeyeSerif2";
  src: url("./fonts/BuckeyeSerif2-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

/* define osuRed as  #ba0c2f; */
:root {
  --osuRed: #ba0c2f;
  --osuGray: #f8f8f8;
}

body {
  position: fixed;
  background-color: var(--osuGray);
  font-family: "BuckeyeSerif2";
  font-weight: bold;
  width: 100svw;
  height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

#camerafeed {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
