@import url("//fonts.googleapis.com/css?family=Quicksand:wght@400");
h1, .h1 { font-family:Quicksand; font-weight:600; }
h2, .h2 { font-family:Quicksand; font-weight:600; }
h3, .h3 { font-family:Quicksand; font-weight:600; }
h4, .h4 { font-family:Quicksand; font-weight:600; }
h5, .h5 { font-family:Quicksand; font-weight:600; }
h6, .h6 { font-family:Quicksand; font-weight:600; }
p { font-family:Quicksand; font-weight:600; }
a { font-family:Quicksand; font-weight:600; }
span { font-family:Quicksand; font-weight:600; }
:root {
--font-family-base: 'Quicksand', sans-serif;
--font-family-septenary: 'Quicksand', sans-serif;
--font-family-slider: 'Quicksand', sans-serif;
--font-family-megamenu: 'Quicksand', sans-serif;
--font-family-heading: 'Quicksand', sans-serif;
--font-family-senary: 'Quicksand', sans-serif;
--theme-color-default: #1454a3;
--link-color: #13ab94;
--btn-bg: #13ab94;
--btn-bg-hover: #13ab94;
--btn-color: #F9F9F9;
--btn-color-hover: #F9F9F9;
}
