* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Skoda-Regular", sans-serif;
}

body {
    background-color: #f4f4f4;
    /* color: #333; */
    line-height: 1.6;
}

@font-face {
  font-family: 'Skoda-Regular';
  src: url('../fonts/SKODANext-Regular.woff') format('woff2'),
       url('../fonts/SKODANext-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}