/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Custom Fonts */
@font-face {
    font-family: 'Rokkitt'; /* This is the name you'll use to reference your font */
    src: url('fonts/rokkitt-v38-latin-500.woff2') format('woff2');
    font-weight: 500; /* As indicated by '500' in your filename */
    font-style: normal;
    font-display: swap; /* Recommended for better user experience */
}

/* Apply Rokkitt to all body text */
body {
    font-family: 'Rokkitt', sans-serif;
}

/* Apply Rokkitt to all headings (h1-h6) */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rokkitt', serif; /* Use serif or sans-serif depending on the font style and what looks best as a fallback */
}

/* Example: Apply to the main menu items */
#top .main_menu > ul > li > a {
    font-family: 'Rokkitt', sans-serif !important; /* !important might be needed to override theme styles */
}