/* Cormorant Garamond */
@font-face {
    font-family: 'effra';
    src: url('../fonts/effralight-regular.woff2') format('woff2'),
        url('../fonts/effralight-regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'effra';
    src: url('../fonts/effra-regular.woff2') format('woff2'),
        url('../fonts/effra-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'effra';
    src: url('../fonts/efframedium-regular.woff2') format('woff2'),
        url('../fonts/efframedium-regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'effra';
    src: url('../fonts/effra-bold.woff2') format('woff2'),
        url('../fonts/effra-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'nunito';
    src: url('../fonts/nunito-bold.woff2') format('woff2'),
         url('../fonts/nunito-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'nunito';
    src: url('../fonts/nunito-bold.woff2') format('woff2'),
         url('../fonts/nunito-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'nunito';
    src: url('../fonts/nunito-light.woff2') format('woff2'),
         url('../fonts/nunito-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'nunito';
    src: url('../fonts/nunito-regular.woff2') format('woff2'),
         url('../fonts/nunito-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}