/*
Theme Name: elimpex Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body{
  font-family:  "Urbanist",  sans-serif  !important;
  font-size: 16px  !important;
  font-weight: regular  !important;
}
.nav > li > a {
  font-family:  "Urbanist", sans-serif  !important;
}
h1,h2,h3,h4,h5,h6, .heading-font{
  font-family: "Urbanist", sans-serif  !important;
  font-weight: bold  !important;
  font-style: oblique;
}
h1, .heading-font{
  font-size: 40px !important;
}
h2{
  font-size: 32px !important;
}
h3{
  font-size: 26px !important;
  font-weight: medium !important;
}
/* .alt-font{
  font-family: "Urbanist", sans-serif;
} */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}