@font-face {
  font-family: 'StackSansNotch';
  src: url("/assets/StackSansNotch-Bold-75f4fd95.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StackSansNotch';
  src: url("/assets/StackSansNotch-Regular-3486b09f.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 
@font-face {
  font-family: 'StackSansText';
  src: url("/assets/StackSansText-Bold-ba22368d.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StackSansText';
  src: url("/assets/StackSansText-ExtraLight-5d5d3187.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StackSansText';
  src: url("/assets/StackSansText-Light-6a5e3626.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StackSansText';
  src: url("/assets/StackSansText-Medium-8fa54b41.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StackSansText';
  src: url("/assets/StackSansText-Regular-753d164d.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'StackSansText';
  src: url("/assets/StackSansText-SemiBold-1255d385.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

*,
body {
  font-family: 'StackSansText', sans-serif;
}

.font-notch {
  font-family: 'StackSansNotch';
}
