@font-face {
	font-family: 'roboto-mono';
	src: url('/fonts/RobotoMono-VariableFont_wght.tff');
}

:root {
  --dark-blue1: #0D1B2A;
  --dark-blue2: #1B263B;
  --med-blue: #415A77;
  --light-blue: #778DA9;
  --gray: #E0E1DD;
  --section-padding: 8rem 4rem;
  --section-max-width: 1500px;
}

*, *:before, *:after {
  box-sizing: border-box;
}
body { 
  margin: 0;
  font-family: roboto-mono;
  overflow-x: hidden;
}

