  @font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/silka-regular-webfont.woff2') format('woff2'),
    url('fonts/silka-regular-webfont.woff') format('woff'),
    url('fonts/silka-regular-webfont.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Silka';
    font-style: medium;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/silka-medium-webfont.woff2') format('woff2'),
    url('fonts/silka-medium-webfont.woff') format('woff'),
    url('fonts/silka-medium-webfont.ttf') format('truetype');
  }
