﻿/*
=======================================================================
    Custom Font / Text
=======================================================================
*/

@import url('//fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
}

b,strong {font-weight:700;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight:600;
}


/*
=======================================================================
    Custom Line Height
=======================================================================
*/

/* Custom Wrap Background settings */
.section-content-element.section-bg-style--wrap:not(.title-bg--) .section-content-head h1 {
    line-height: 1.199;
    padding: 0 0.4em;
}

/* Custom Wrap Background settings */
.section-content-element.section-bg-style--wrap:not(.text-bg--) .section-content-body .text > :not(.clear):not(strong):not(bold) {
    padding:.29em .45em;
    line-height:1.8;
}