@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter.ttf') format('truetype');
  }

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/Source_Sans_3/SourceSans3.ttf') format('truetype');
  }

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow/Barlow-Medium.ttf') format('truetype');
  }

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata/Inconsolata.ttf') format('truetype');
  }

@font-face {
    font-family: 'Gordita';
    src: url('../fonts/Inconsolata/Gordita.otf') format('opentype');
  }

