/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

/* ===============================
   Font Declaration: Steeno Variable
   ================================ */

/* Declare the Steeno-Variable font */
@font-face {
  font-family: 'Steeno Variable';
  src: url('fonts/Steeno-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;            /* wght axis */
  font-stretch: 50% 200%;          /* wdth axis (maps wdth 25–100) */
  font-style: oblique 0deg -10deg; /* slnt axis */
  font-display: swap;
}

/* Example of using the font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Steeno Variable', sans-serif;
}
/*
h1 {
  font-variation-settings: 'wght' 800;
}
h2 {
  font-variation-settings: 'wght' 700;
}
h3, h4, h5, h6 {
  font-variation-settings: 'wght' 600;
}
*/