@font-face {
    font-family: 'Outfit';
    src: local('Outfit Regular'), local('Outfit-Regular'),
        url('Outfit/static/Outfit-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: local('Outfit Light'), local('Outfit-Light'),
        url('Outfit/static/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Untitled';
  src: url('Untitled/OTF/UntitledSans-Medium.otf') format('opentype'),
      url('Untitled/OTF/UntitledSans-Medium.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled';
  src: url('Untitled/OTF/UntitledSans-RegularItalic.otf') format('opentype'),
      url('Untitled/OTF/UntitledSans-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled';
  src: url('Untitled/OTF/UntitledSans-MediumItalic.otf') format('opentype'),
      url('Untitled/OTF/UntitledSans-MediumItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled';
  src: url('Untitled/OTF/UntitledSans-Regular.otf') format('opentype'),
      url('Untitled/OTF/UntitledSans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  src: url(Material/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(Material/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Material Icons Rounded';
  font-style: normal;
  font-weight: normal;
  src: url(Material/MaterialIconsRound-Regular.otf.eot); /* For IE6-8 */
  src: local('Material Icons Rounded'),
    local('MaterialIconsRound-Regular.otf'),
    url(Material/MaterialIconsRound-Regular.otf) format('truetype');
}
