/*
Theme Name:     Divi Child Theme
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         MLAbram
Author URI:     https://mlabram.com
Template:       Divi
Version:        1.0.3
License:		GNU General Public License v3 or later
License URI:	http://www.gnu.org/licenses/gpl-3.0.html
Tags:			light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:	divi-child
*/

/* roboto-regular - latin */
@font-face { 
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
src: url('fonts/roboto-v30-latin-regular.woff') format('woff');
}
/* roboto-bold - latin */
@font-face { 
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
src: url('fonts/roboto-v30-latin-700.woff') format('woff');
}
/* roboto-condensed-regular - latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: normal;
src: url('fonts/roboto-condensed-v25-latin-regular.woff') format('woff');
}
/* roboto-bold - latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: normal;
src: url('fonts/roboto-condensed-v25-latin-700.woff') format('woff');
}
/* roboto-mono-regular - latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: normal;
src: url('fonts/roboto-mono-v22-latin-regular.woff') format('woff');
}
/* roboto-mono-bold - latin */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: normal;
src: url('fonts/roboto-mono-v22-latin-700.woff') format('woff');
}
/* roboto-serif-regular - latin */
@font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: normal;
src: url('fonts/roboto-serif-v13-latin-regular.woff') format('woff');
}
/* roboto-serif-bold - latin */
@font-face {
font-family: 'Roboto Serif';
font-style: normal;
font-weight: normal;
src: url('fonts/roboto-serif-v13-latin-700.woff') format('woff');
}

h1 {
  font-family: Roboto;
  font-size: 3rem;
  color: #4c4c4c;
}

h2 {
  font-family: Roboto;
  font-size: 2rem;
  color: #4c4c4c;
}

h3 {
  font-family: Roboto;
  font-size: 1.5rem;
  color: #4c4c4c;
}

h4 {
  font-family: Roboto;
  font-size: 1.5rem;
  color: #4c4c4c;
}

h5 {
  font-family: Roboto;
  font-size: 1.5rem;
  color: #4c4c4c;
}

h6 {
  font-family: Roboto;
  font-size: 1.5rem;
  color: #4c4c4c;
}

body,p {
  font-family: 'Roboto Condensed';
  font-size: 1.1rem;
  color: #a5a5a5;
}
