


body {
  background-image: url(./images/Milky_Way.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



@font-face {
  font-family: 'Roboto Mono';
  font-weight: 100;
  src: url('./fonts/RobotoMono/RobotoMono-Thin.ttf');
}
@font-face {
  font-family: 'Roboto Mono';
  font-weight: 200;
  src: url('./fonts/RobotoMono/RobotoMono-ExtraLight.ttf');
}
@font-face {
  font-family: 'Roboto Mono';
  font-weight: 300;
  src: url('./fonts/RobotoMono/RobotoMono-Light.ttf');
}
@font-face {
  font-family: 'Roboto Mono';
  font-weight: 400;
  src: url('./fonts/RobotoMono/RobotoMono-Regular.ttf');
}
@font-face {
  font-family: 'Roboto Mono';
  font-weight: 500;
  src: url('./fonts/RobotoMono/RobotoMono-Medium.ttf');
}
@font-face {
  font-family: 'Roboto Mono';
  font-weight: 600;
  src: url('./fonts/RobotoMono/RobotoMono-SemiBold.ttf');
}
@font-face {
  font-family: 'Roboto Mono';
  font-weight: 700;
  src: url('./fonts/RobotoMono/RobotoMono-Bold.ttf');
}


/* -- Ubuntu Mono -- */

@font-face {
  font-family: 'Ubuntu Mono';
  font-weight: 400;
  src: url('./fonts/UbuntuMono/UbuntuMono-Regular.ttf');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-weight: 700;
  src: url('./fonts/UbuntuMono/UbuntuMono-Bold.ttf');
}


/* -- Fira Code -- */
@font-face {
  font-family: 'Fira Code';
  src: url('./fonts/FiraCode/woff2/FiraCode-Light.woff2') format('woff2'),
    url("./fonts/FiraCode/woff/FiraCode-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: url('./fonts/FiraCode/woff2/FiraCode-Regular.woff2') format('woff2'),
    url("./fonts/FiraCode/woff/FiraCode-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: url('./fonts/FiraCode/woff2/FiraCode-Medium.woff2') format('woff2'),
    url("./fonts/FiraCode/woff/FiraCode-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: url('./fonts/FiraCode/woff2/FiraCode-SemiBold.woff2') format('woff2'),
    url("./fonts/FiraCode/woff/FiraCode-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  src: url('./fonts/FiraCode/woff2/FiraCode-Bold.woff2') format('woff2'),
    url("./fonts/FiraCode/woff/FiraCode-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code VF';
  src: url('./fonts/FiraCode/woff2/FiraCode-VF.woff2') format('woff2-variations'),
       url('./fonts/FiraCode/woff/FiraCode-VF.woff') format('woff-variations');
  /* font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes */
  font-weight: 300 700;
  font-style: normal;
}