* {
  font-family: "Roboto Condensed";
}
body {
  margin: 0px;
}
:root {
  --menu-bar-primarycolor:#3f3f3f;
  --menu-bar-secondarycolor:#0a0a0a;
  --menu-bar-hovercolor: #fff;
  --ident-1:5%;
  --main_background_color: #fff;
  --score-table-header-background: black;
  --score-table-header-foreground: white;
  --score-table-five-primary: #cce6ff;
  --score-table-five-secondary: #e6f2ff;
  --score-table-five-border: #b3d9ff;
  --score-table-ten-primary: #ffe6cc;
  --score-table-ten-secondary: #fff2e6;
  --score-table-ten-border: #ffd9b3;
  --logo-blue:#0c84c9;
}
