@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';
}

@font-face {
  font-family: 'made_tommy';
  src: url('../fonts/made_tommy_regular-webfont.woff2') format('woff2'),
       url('../fonts/made_tommy_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'made_tommy_bold';
  src: url('../fonts/made_tommy_bold-webfont.woff2') format('woff2'),
       url('../fonts/made_tommy_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
