/*
Theme Name: Dsmart Child Theme
Theme URI: http://dsmart.vn
Description: this is child DSmart theme
Author: vietsmiler
Author URI: http://dsmart.vn
Template: dsmart
Version: 2.6.5
*/
@font-face{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@font-face{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
    font-family: "RobotoVN";
    src: url(./font/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "RobotoVN";
    src: url(./font/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "RobotoVN";
    src: url(./font/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Zapfino";
    src: url(./font/Zapfino.ttf) format("truetype");
}
@font-face {
    font-family: "Tahoma";
    src: url(./font/Tahoma.ttf) format("truetype");
}
@font-face {
    font-family: "Arial";
    src: url(./font/SVN-Arial Regular.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Arial";
    src: url(./font/SVN-Arial Bold.ttf) format("truetype");
    font-weight: 700;
}

:root{
    --main-color: #00923f;
}
body {
    font-weight: 400;
    color: #353535;
    font-size: 14px;
    line-height: 25px;
}
body,p,span,.robotovn{
    font-family: "RobotoVN" !important;
}