@font-face {
  font-family: 'UntitledSans';
  src: url('../fonts/untitledsans-light.woff2') format('woff2');
  font-weight: 300;
  font-style: light;
  font-display: 'swap';
}

@font-face {
  font-family: 'UntitledSans';
  src: url('../fonts/untitledsans-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: 'swap';
}

@font-face {
  font-family: 'UntitledSans';
  src: url('../fonts/untitledsans-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: bold;
  font-display: 'swap';
}
