@font-face {
  font-family: 'Posterama 2001 W04 Regular';
  src: url('https://db.onlinewebfonts.com/t/ea250342ec4016561ba9e791c2f39c11.eot');
  src: url('https://db.onlinewebfonts.com/t/ea250342ec4016561ba9e791c2f39c11.eot?#iefix')
      format('embedded-opentype'),
    url('https://db.onlinewebfonts.com/t/ea250342ec4016561ba9e791c2f39c11.woff2')
      format('woff2'),
    url('https://db.onlinewebfonts.com/t/ea250342ec4016561ba9e791c2f39c11.woff')
      format('woff'),
    url('https://db.onlinewebfonts.com/t/ea250342ec4016561ba9e791c2f39c11.ttf')
      format('truetype'),
    url('https://db.onlinewebfonts.com/t/ea250342ec4016561ba9e791c2f39c11.svg#Posterama 2001 W04 Regular')
      format('svg');
}

* {
  padding: 0;
  margin: 0;
  font-family: 'Posterama 2001 W04 Regular';
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul {
  padding-left: 1rem;
}

@media (max-width: 768px) {
  html,
  body {
    font-size: 14px !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  html,
  body {
    font-size: 16px !important;
  }
}

@media (min-width: 1201px) {
  html,
  body {
    font-size: 18px !important;
  }
}

