/*
 Theme Name:     Divi Child
 Theme URI:      https://kai.im/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://kai.im/
 Template:       Divi
 Version:        1.0.1
*/
 
/* Your custom CSS starts here */
/* Roboto Sans */

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/roboto-v51-latin-300.woff2') format('woff2');
  font-weight: 300!important;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/roboto-v30-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('/wp-content/uploads/fonts/RobotoSlab-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
}
