/*
* Theme Name: Thrive Nouveau Child
* Template: thrive-nouveau
*/
/*===---------------====*/
/**
 * Put all your style modifications here.
 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Lato:wght@400;700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}
