@font-face {
    font-family: 'Landasans-Medium';
    src: url('../fonts/Landasans-Medium.otf') format('opentype');
         font-weight: 500;
         font-display: normal;
         font-style: normal;
}
@font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
         url('../fonts/Satoshi-Medium.woff') format('woff'),
         url('../fonts/Satoshi-Medium.eot') format('truetype'),
         url('../fonts/Satoshi-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }