:root{
  --blue-500: #23589c;
  --green-500: #349974;
  --red-500: #e84a4d;
  --blue-100: #c6dced;
  --yellow-500: #efc95f;
  --white: #fff;
  --black-500: #333333;
}

@font-face {
  font-family: 'Letters for Learners';
  src: url('/assets/fonts/LettersForLearners.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('/assets/fonts/GothamBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}