/**
 * @license
 *
 * Font Family: Red Hat Display
 * Designed by: MCKL, Jeremy Mickel
 * URL: https://www.fontshare.com/fonts/red-hat-display
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Red Hat Display Regular
 *
*/


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