/*
Theme Name: Equita
Theme URI: https://demo.farost.net/equita/
Author: Farost
Author URI: http://themeforest.net/user/farost
Description: We built this theme on Page Builder, a very convenient drag-n-drop Page Builder for WordPress. It should provide you with the smoothest experience while creating your website with our theme. The WordPress theme is responsive, you can view it also in the mobile/tablets devices and it looks very in more devices.
Version: 1.0.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: equita
Tags: chemicals, commercial, corporate, energy, engineering, factory, gas, industrial, projects, project, project theme, machinery, manufacturing
*/


/* --- START: LOCAL ROBOTO FONT DECLARATION (REPLACES GOOGLE) --- */

/* Thin 300 Weight */
@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/equita/assets/fonts/Roboto-Thin.woff2') format('woff2'),
         url('/wp-content/themes/equita/assets/fonts/Roboto-Thin.woff') format('woff');
    font-weight: 300; 
    font-style: normal;
    font-display: swap; 
}

/* Regular 400 Weight */
@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/equita/assets/fonts/Roboto-Regular.woff2') format('woff2'),
         url('/wp-content/themes/equita/assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400; 
    font-style: normal;
    font-display: swap; 
}

/* Bold 700 Weight */
@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/equita/assets/fonts/Roboto-Bold.woff2') format('woff2'),
         url('/wp-content/themes/equita/assets/fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700; 
    font-style: normal;
    font-display: swap; 
}
/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/equita/assets/fonts/rubik.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Global Enforcement: Ensures all Elementor and Theme elements use the local font */
body, 
.elementor-kit-typography,
[class*="elementor-heading-title"],
[class*="elementor-text"],
[class*="adifier"] {
    font-family: 'Roboto', sans-serif !important;
}

/* --- END: LOCAL ROBOTO FONT DECLARATION --- */