@font-face {
    font-family: 'CircularStd';
    font-weight: 400;
    font-style: normal;
    src:
        local('CircularStd'),
        url('CircularStd-Book.otf') format('opentype');
}
@font-face {
    font-family: 'CircularStd';
    font-weight: 500;
    font-style: normal;
    src:
        local('CircularStd'),
        url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'CircularStd';
    font-weight: 700;
    font-style: normal;
    src:
        local('CircularStd'),
        url('CircularStd-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'ReadexPro';
    font-weight: 400;
    font-style: normal;
    src:
        local('ReadexPro'),
        url('ReadexPro-Book.ttf') format('truetype');
}
@font-face {
    font-family: 'ReadexPro';
    font-weight: 500;
    font-style: normal;
    src:
        local('ReadexPro'),
        url('ReadexPro-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'ReadexPro';
    font-weight: 700;
    font-style: normal;
    src:
        local('ReadexPro'),
        url('ReadexPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RedHatDisplay';
    font-weight: 400;
    font-style: normal;
    src:
        local('RedHatDisplay'),
        url('RedHatDisplay-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'RedHatDisplay';
    font-weight: 500;
    font-style: normal;
    src:
        local('RedHatDisplay'),
        url('RedHatDisplay-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'RedHatDisplay';
    font-weight: 700;
    font-style: normal;
    src:
        local('RedHatDisplay'),
        url('RedHatDisplay-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    src:
        local('Inter'),
        url('Inter-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src:
        local('Inter'),
        url('Inter-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src:
        local('Inter'),
        url('Inter-Bold.ttf') format('truetype');
}
