/* 
Theme Name: Hello Elementor Child
Theme URI: https://sepanodp.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: sepano Team
Author URI: https://sepanodp.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

:root{
    --primary-color:#005953;
    --secondary-color:#fec20e;
    --accent-color:#00c5b4;
    --header-color:#fffff;
    --footer-color:#fffff;
    --text-color:#4D4D4D;
    --text-size:14px;
    --font:'vazir';
    --rtldirection:rtl;
    --ltrdirection:ltr;
    --dropdown-menu-background:#414447;
}
/* --------------------- fonts */
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir.eot');
    src: url('fonts/Vazir.eot') format('embedded-opentype'),
    url('fonts/Vazir.woff2') format('woff2'),
    url('fonts/Vazir.woff') format('woff'),
    url('fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Bold.eot');
    src: url('fonts/Vazir-Bold.eot') format('embedded-opentype'),
    url('fonts/Vazir-Bold.woff2') format('woff2'),
    url('fonts/Vazir-Bold.woff') format('woff'),
    url('fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Medium.eot');
    src: url('fonts/Vazir-Medium.eot') format('embedded-opentype'),
    url('fonts/Vazir-Medium.woff2') format('woff2'),
    url('fonts/Vazir-Medium.woff') format('woff'),
    url('fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Light.eot');
    src: url('fonts/Vazir-Light.eot') format('embedded-opentype'),
    url('fonts/Vazir-Light.woff2') format('woff2'),
    url('fonts/Vazir-Light.woff') format('woff'),
    url('fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Thin.eot');
    src: url('fonts/Vazir-Thin.eot') format('embedded-opentype'),
    url('fonts/Vazir-Thin.woff2') format('woff2'),
    url('fonts/Vazir-Thin.woff') format('woff'),
    url('fonts/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
a {
    color: #f7941d;
}