/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.1
*/

/*****Add any custom CSS below this line*****/

@font-face {
  font-family: 'totisans-regular';
  src: url('fonts/totisans-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/totisans-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/totisans-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/totisans-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/totisans-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/totisans-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'totisans-regular-bold';
  src: url('fonts/totisans-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/totisans-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/totisans-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/totisans-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/totisans-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/totisans-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

p {
	font-family: 'totisans-regular', Arial, serif !important;
}

.text0 {
	font-family: 'totisans-regular-bold', Arial, serif;
	font-size: 30px;
	font-weight: bold;
}

.text1 {
	font-family: 'totisans-regular', Arial, serif;
	font-size: 30px;
}