/* Custom Fonts for Greater Zion Theme */

@font-face {
    font-family: 'Effra Bold';
    src: url('../bcf-fonts/Nunito Sans/Effra Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heinberg Rounded';
    src: url('../bcf-fonts/Nunito Sans/Heinberg-Rounded.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* CSS Custom Properties for easy use */
:root {
    --font-effra-bold: 'Effra Bold', Arial, sans-serif;
    --font-heinberg-rounded: 'Heinberg Rounded', Arial, sans-serif;
}

/* Utility classes for the fonts */
.font-effra-bold {
    font-family: var(--font-effra-bold);
}

.font-heinberg-rounded {
    font-family: var(--font-heinberg-rounded);
}
