/*
Theme Name: Biblical Financial Masterclass 
Version: 2.1.0
Tested up to: WordPress 6.7.2
Description: This is a custom theme for the Biblical Financial Masterclass website. It is built with React, TailwindCSS, and the WordPress Block Editor.
Author: Thomas Jones
Author URI: https://iamtomjones-blog.vercel.app/ 
Tags: WordPress, React, TailwindCSS, Block Editor
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

.libre-baskerville-regular {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-bold {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-style: normal;
}

.libre-baskerville-regular-italic {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
}

.libre-baskerville-regular {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-bold {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-style: normal;
}

.libre-baskerville-regular-italic {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
}
