.accent {
  color: #FCB31E;
}

.accent-bg {
  background-color: #FCB31E;
  color: rgb(5, 5, 5);
}

.light-bg {
  background-color: rgb(20, 20, 20);
}

.medium-bg {
  background-color: rgb(10, 10, 10);
}

.dark-bg {
  background-color: rgb(5, 5, 5);
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-optical-sizing: auto;
}