@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 100 900;
    src: url('/fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'WindSong';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/Futura-Bold-font.ttf') format('truetype');
  }
  
  
  body {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
  }
  