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

/* Gabarito Bold */
@font-face {
  font-family: 'Gabarito';
  src: url('fonts/Gabarito-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Momcake Bold */
@font-face {
  font-family: 'Momcake';
  src: url('fonts/Momcake-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* Momcake Thin */
@font-face {
  font-family: 'Momcake';
  src: url('fonts/Momcake-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

/* NovaRound Bold */
@font-face {
  font-family: 'NovaRound';
  src: url('fonts/NovaRound-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* NovaRound Bold Oblique */
@font-face {
  font-family: 'NovaRound';
  src: url('fonts/NovaRound-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: oblique;
}

/* NovaRound Book */
@font-face {
  font-family: 'NovaRound';
  src: url('fonts/NovaRound-Book.ttf') format('truetype');
  font-weight: 400; /* Normal book weight */
  font-style: normal;
}

/* NovaRound Book Oblique */
@font-face {
  font-family: 'NovaRound';
  src: url('fonts/NovaRound-BookOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: oblique;
}

/* NovaRounds Slim Bold */
@font-face {
  font-family: 'NovaRoundSlim';
  src: url('fonts/NovaRoundsSlim-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* NovaRounds Slim Bold Oblique */
@font-face {
  font-family: 'NovaRoundSlim';
  src: url('fonts/NovaRoundSlim-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: oblique;
}

/* NovaRounds Slim Book */
@font-face {
  font-family: 'NovaRoundSlim';
  src: url('fonts/NovaRoundsSlim-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* NovaRounds Slim Book Oblique */
@font-face {
  font-family: 'NovaRoundSlim';
  src: url('fonts/NovaRoundSlim-BookOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: oblique;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Gabarito', sans-serif;
}

body{
  background-color: #2B2525;
}