@font-face {
    font-family: 'MuseoSans100';
   src: url('/wp-content/themes/Divi-Child/fonts/museo100.woff2') format('woff2'),
     url('/wp-content/themes/Divi-Child/fonts/museo100.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans300';
   src: url('/wp-content/themes/Divi-Child/fonts/museo300.woff2') format('woff2'),
     url('/wp-content/themes/Divi-Child/fonts/museo300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans500';
   src: url('/wp-content/themes/Divi-Child/fonts/museo500.woff2') format('woff2'),
     url('/wp-content/themes/Divi-Child/fonts/museo500.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans700';
   src: url('/wp-content/themes/Divi-Child/fonts/museo700.woff2') format('woff2'),
     url('/wp-content/themes/Divi-Child/fonts/museo700.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans900';
   src: url('/wp-content/themes/Divi-Child/fonts/museo900.woff2') format('woff2'),
     url('/wp-content/themes/Divi-Child/fonts/museo900.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body, .et_pb_text, p {
    font-family: 'MuseoSans300', sans-serif;
}

b, strong {
    font-family: 'MuseoSans700', sans-serif;
}
.et_pb_button, .et_pb_button span {
	font-family: 'MuseoSans900', sans-serif;
}
h1 {
	font-family: 'MuseoSans300', sans-serif;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-family: 'MuseoSans900', sans-serif;
}
.f900 * {
	font-family: 'MuseoSans900', sans-serif;
}
.f700 * {
	font-family: 'MuseoSans700', sans-serif;
}
.f500 * {
	font-family: 'MuseoSans500', sans-serif;
}
.f300 * {
	font-family: 'MuseoSans300', sans-serif;
}
.f100 * {
	font-family: 'MuseoSans100', sans-serif;
}