/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Main font */
/* Declare WWVF as a variable font with both WOFF2 and WOFF */
@font-face {
    font-family: 'VF';
    src:
            url('files/fonts/variablefont.woff') format('woff-variations'),
            url('files/fonts/variablefont.woff2') format('woff2-variations');

    font-weight: 100 1000;      /* supports any weight from 100 to 1000 */
    font-display: fallback;
}
/* Main font styles */
html, body, p, input, textarea, button, select {
    font-family: 'VF', Tahoma, serif !important;
    /*-moz-font-feature-settings: "ss02"; -webkit-font-feature-settings: "ss02"; font-feature-settings: "ss02";*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'VF', Tahoma, serif !important;
    /*-moz-font-feature-settings: "ss02"; -webkit-font-feature-settings: "ss02"; font-feature-settings: "ss02";*/
}
.vfw1 {font-variation-settings: "wght" 100;}
.vfw2 {font-variation-settings: "wght" 200;}
.vfw3 {font-variation-settings: "wght" 300;}
.vfw4 {font-variation-settings: "wght" 400;}
.vfw5 {font-variation-settings: "wght" 500;}
.vfw6 {font-variation-settings: "wght" 600;}
.vfw7 {font-variation-settings: "wght" 700;}
.vfw8 {font-variation-settings: "wght" 800;}
.vfw9 {font-variation-settings: "wght" 900;}
.vfw10 {font-variation-settings: "wght" 1000;}

/* Font FaNum */
/* .ss02 { -moz-font-feature-settings: "ss02"; -webkit-font-feature-settings: "ss02"; font-feature-settings: "ss02"; } */
/* Font MonoSpace */
/* .ss03 { -moz-font-feature-settings: "ss03"; -webkit-font-feature-settings: "ss03"; font-feature-settings: "ss03"; } */