:root {
  --clr1: #213448;
  --clr2: #547792;
  --clr3: #EAE0CF;
  --clr4: rgb(255, 247, 247);
  --clr5: #94B4C1;
  --clr6: #FCFBF4;
  --textColorBold: #F68048;
  --textColorLight: rgb(247, 248, 240);
  --textColorDark: #333;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

body {
  margin: 0px;
  font-family: "roboto", sans-serif;
  background-image: linear-gradient(to top right, var(--clr5) -160%, var(--clr6) 90%);
  padding:0;
}

@media(max-width: 768px){
  html, body {
    overflow-x: hidden;
  }
}