
@font-face {
    font-family: 'calibri';
    src: url('../font/Calibri.woff2') format('woff2'),
         url('../font/Calibri.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'calibri';
    src: url('../font/Calibri-Bold.woff2') format('woff2'),
         url('../font/Calibri-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

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

@font-face {
    font-family: 'redhat';
    src: url('../font/RedHatDisplay-Bold.woff2') format('woff2'),
        url('../font/RedHatDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'kings_caslon';
    src: url('../font/kingscaslon_trial_bd-webfont.woff2') format('woff2'),
         url('../font/kingscaslon_trial_bd-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'kings_caslon';
    src: url('../font/kingscaslon_trial_rg-webfont.woff2') format('woff2'),
         url('../font/kingscaslon_trial_rg-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}