/*

Theme Name: X – Child Theme
Theme URI: https://theme.co/x/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&family=Roboto:wght@300;400;500;600;700;900&display=swap');

body {
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 150%;
  font-weight: 200;
}
p {
  font-size: 1.125em!important;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 150%;
  font-weight: 200;
}
h1 {
  font-size: 3em!important;
  color:#33cc66;
  line-height: 125%;!important;
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 600;
}
h2 {
  color:#33cc66;
  font-size: 2.25em!important;
  line-height: 125%;!important;
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 400;
}
h3 {  
  font-family: 'Roboto Slab',  Arial, sans-serif;
  font-size: 1.75em!important;
  line-height: 125%;!important;
  color:#33cc66;
  font-weight: 400;
}
h4 {
  font-size: 1.375em!important;
  line-height: 125%;!important;
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 400;
}
h5 {
  font-size: 1.25em!important;
  line-height: 125%;!important;
  font-family: 'Roboto', Arial, sans-serif;
  color:#33cc66;
  font-weight: 500;
}