@font-face {
    font-display: swap;
    font-family: 'Silka';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/silka/silka-regular.ttf');
  }
  
  @font-face {
    font-display: swap;
    font-family: 'Silka';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/silka/silka-medium.ttf');
  }
  
  @font-face {
    font-display: swap;
    font-family: 'Silka';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/silka/silka-semibold.ttf');
  }
  
  @font-face {
    font-display: swap;
    font-family: 'Silka';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/silka/silka-bold.ttf');
  }
  
  @font-face {
    font-display: swap;
    font-family: 'Nib-Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/nib-pro/nib-pro-regular.ttf');
  }
  
  @font-face {
    font-display: swap;
    font-family: 'Nib-Pro';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/nib-pro/nib-pro-bold.ttf');
  }
  