/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*--------------------------------------------------------------
# LOCAL KATEX FONTS
--------------------------------------------------------------*/
@font-face {
    font-family: 'KaTeX_Main';
    src: url('fonts/KaTeX_Main-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'KaTeX_Math';
    src: url('fonts/KaTeX_Math-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Apply to your calculators */
.katex, .calc-formula {
    font-family: 'KaTeX_Main', -apple-system, sans-serif;
}

/*--------------------------------------------------------------
# YOUR CUSTOM CSS (Paste anything from your Customizer here)
--------------------------------------------------------------*/