/* FONT */

@media screen {
  @font-face {
    font-family: 'Publico';
    src: url('https://assets.website-files.com/5f609721e51a53f3d5237da3/5f609721e51a535e37237e05_Publico-Bold.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
  }
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
}

h1 {
  font-family: 'Publico';
}

h3, h4, h5, h6, body {
  font-family: 'Poppins';
}