@font-face {
  font-family: munika;
  src: url(.assets/font-family/munika-font/munika-light.otf);
  format: "opentype";
}

@font-face {
  font-family: sora;
  src: url(.assets/font-family/Sora/static/Sora-Light.ttf);
  format: "truetype";
}

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

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
