/*** Font Imports ***/
@font-face {
  font-family: 'GT America';
  src: url('./GT-America-Standard-Regular.woff2') format('woff2'),
       url('./GT-America-Standard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GT America';
  src: url('./GT-America-Standard-Medium.woff2') format('woff2'),
       url('./GT-America-Standard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}