@import url("//fonts.googleapis.com/css?family=Poppins:wght@400");
h1, .h1 { font-family:Poppins; }
h2, .h2 { font-family:Poppins; }
h3, .h3 { font-family:Poppins; }
h4, .h4 { font-family:Poppins; }
h5, .h5 { font-family:Poppins; }
h6, .h6 { font-family:Poppins; }
p { font-family:Poppins; }
a { font-family:Poppins; }
span { font-family:Poppins; }
:root {
--font-family-base: 'Poppins', sans-serif;
--font-family-septenary: 'Poppins', sans-serif;
--font-family-slider: 'Poppins', sans-serif;
--font-family-megamenu: 'Poppins', sans-serif;
--font-family-heading: 'Poppins', sans-serif;
--font-family-senary: 'Poppins', sans-serif;
--theme-color-default: #193a43;
--link-color: #193a43;
}
