/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    /* --cnvs-themecolor: #3D80E4; */
    /* --cnvs-themecolor-rgb: 61, 128, 228; */
    /* --cnvs-secondary-color: #FF3A33; */
    /* --cnvs-body-font: 'Source Sans Pro', sans-serif; */
    --cnvs-primary-font: 'Roboto', sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.section-features {
    padding: 120px;
}