@font-face {
    font-family: 'Red Hat Text';
    font-display: fallback;
    font-style: normal;
    font-weight: 400;
    src: url('https://cdn.shoplightspeed.com/shops/627913/files/72393093/redhattext-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Red Hat Text';
    font-display: fallback;
    font-style: italic;
    font-weight: 400;
    src: url('https://cdn.shoplightspeed.com/shops/627913/files/77278271/redhattext-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Red Hat Text';
    font-display: fallback;
    font-weight: bold;
    src: url('https://cdn.shoplightspeed.com/shops/627913/files/77278298/redhattext-bold.ttf') format('truetype');
}

body {
    font-family: 'Red Hat Text', Arial, sans-serif;
}