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

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

@font-face {
    font-family: SVN-Both;
    src: url('fonts/SVN-Gilroy-Bold.woff2');
}
@font-face {
    font-family: SVN-Light;
    src: url('fonts/SVN-Gilroy-Light.woff2');
}
:root{
  --font: SVN-Both;
  --bold: SVN-Light;
  --yellow:#BA992D;
  --white: #f2f2f2;
  --red: #DB0000;
  --black:#000;
}
body {
    font-family: 'SVN-Light', sans-serif;
    font-size: 20px;
    line-height: 25px;
    color:var(--black);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
H1, H2, H3, H5, H6 {
font-family: var(--bold);
font-weight: 700;
}