
@font-face {
  font-family: Coolvetica;
  src: url(/Fonts/Coolvetica.otf);
}

@font-face {
  font-family: TFBuild;
  src: url(/Fonts/tf2build.ttf);
}

@font-face {
  font-family: TFProf;
  src: url(/Fonts/tf2professor.ttf);
}

@font-face {
  font-family: TFSecondary;
  src: url(/Fonts/tf2secondary.ttf);
}
@font-face {
  font-family: Blood;
  src: url(/Fonts/Bloody.ttf);
}


:root {
  --background: #FF8C0A;
  --text-color: white;
  
  
  --menu-bg: #914D05;
  --menu-bgsec: #1F1B1A;
  
  --button-bg: #E5CFA7;
}



body {
 background-color: var(--background); 
 
 color:var(--text-color);
 padding:0;
 margin:0;
 font-family: Coolvetica;
  
}


main {
  width:80%;
  margin: auto;
  background-color: var(--menu-bg); 
  min-height:100vh;
}

