@font-face {
    font-family: 'Orkney';
    src:
      url('../fonts/Orkney-Light.woff') format('woff'),
      url('../fonts/Orkney-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Orkney';
    src:
        url('../fonts/Orkney-Regular.woff') format('woff'),
        url('../fonts/Orkney-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Orkney';
    src: 
        url('../fonts/Orkney-Medium.woff') format('woff'),
        url('../fonts/Orkney-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Orkney';
    src: 
        url('../fonts/Orkney-Bold.woff') format('woff'),
        url('../fonts/Orkney-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Effra';
    src: 
        url('../fonts/Effra-Medium.woff') format('woff'),
        url('../fonts/Effra-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }