/* 
Theme Name:		 THG Master Theme (Child)
Theme URI:		 https://www.tidalhealthgroup.com
Description:	 THG Master Theme (Child) is a child theme of THG Master Theme
Author:			 Tidal Health Group
Author URI:		 https://www.tidalhealthgroup.com
Template:		 thg-master-theme
Version:		 1.0.0
Text Domain:	 thg-master-theme-child
*/


/*
    Add your custom styles here
*/

/* Add the following @font-face declarations to your child theme's CSS file */

@font-face {
    font-family: 'Nantes-Regular';
    src: url('assets/fonts/Nantes-Regular.woff2') format('woff2'),
         url('assets/fonts/Nantes-Regular.html') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nantes-Bold';
    src: url('assets/fonts/Nantes-Bold.woff2') format('woff2'),
         url('assets/fonts/Nantes-Bold.html') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Nantes-BoldItalic';
    src: url('assets/fonts/Nantes-BoldItalic.woff2') format('woff2'),
         url('assets/fonts/Nantes-BoldItalic.html') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Nantes-RegularItalic';
    src: url('assets/fonts/Nantes-RegularItalic.woff2') format('woff2'),
         url('assets/fonts/Nantes-RegularItalic.html') format('woff');
    font-weight: normal;
    font-style: italic;
}


body {
    font-family: 'Nantes-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.thg-theme h1, .thg-theme h2, .thg-theme h3, .thg-theme h4, .thg-theme h5, .thg-theme h6, .thg-theme p, .thg-theme li {
    font-family: 'Nantes-Regular', sans-serif;
    letter-spacing: 0.7px;
}

em, i {
    font-family: 'Nantes-RegularItalic', sans-serif;
}

.gform-body.gform_body {
    font-family: 'Nantes-Regular', sans-serif;
}
.accordion .accordion-button {
    font-family: 'Nantes-Regular', sans-serif;
    color: #000;
}
b {
    font-family: 'Nantes-Bold', sans-serif;
}