
@font-face {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("./RedHatDisplay-Black.ttf") format("truetype");
}
@font-face {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: url("./RedHatDisplay-ExtraBold.ttf") format("truetype");
}
@font-face {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url("./RedHatDisplay-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url("./RedHatDisplay-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url("./RedHatDisplay-Medium.ttf") format("truetype");
}
@font-face {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("./RedHatDisplay-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("./RedHatDisplay-Light.ttf") format("truetype");
}