/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com
 Description:    Child theme for the Divi theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Fonts */
@font-face {
    font-family: 'BW Gradual Regular';
    src: url('fonts/BwGradual-Regular.woff2') format('woff2'),
         url('fonts/BwGradual-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'BW Gradual Medium';
    src: url('fonts/BwGradual-Medium.woff2') format('woff2'),
         url('fonts/BwGradual-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'BW Gradual Bold';
    src: url('fonts/BwGradual-Bold.woff2') format('woff2'),
         url('fonts/BwGradual-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Inter Regular';
    src: url('fonts/Inter-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Inter Medium';
    src: url('fonts/Inter-Medium.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Inter Bold';
    src: url('fonts/Inter-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Northwell';
    src: url('fonts/Northwell.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

.tooltip {
	background: #81934e !important;
	background-color: #81934e !important;
}

.arrows li {
    padding-bottom: 25px;
    background: url(/wp-content/uploads/2026/01/arrows.png) no-repeat;
    background-size: 15px auto;
    background-position: left 7px;
    padding-left: 30px;
    list-style-type: none;
}

.green-arrows li {
    padding-bottom: 15px;
    background: url(/wp-content/uploads/2026/01/green-arrows.png) no-repeat;
    background-size: 15px auto;
    background-position: left 7px;
    padding-left: 30px;
    list-style-type: none;
}
