/*
Theme Name: Flow3D 2026
Theme URI: https://www.flow3d.com
Description: FLOW-3D's Global website — generates high-quality leads, provides accurate product information, elevates user experience, establishes a branded global presence, with localization and accessibility.
Author: Flow Science Marketing Team
Author URI: https://www.flow3d.com
Version: 0.5
Template: hello-elementor
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ============================================================
   FLOW3D 2026 — CHILD THEME
   
   This file handles:
   1. Font loading (@font-face must load early)
   2. Base resets
   
   All design system styles are in /assets/css/
   Load order managed in functions.php:
     tokens.css → typography.css → buttons.css →
     navigation.css → components.css → formidable.css
   ============================================================ */


/* ------------------------------------------------------------
   FONT LOADING
   Self-hosted Gantari. font-display: swap prevents FOIT.
   ------------------------------------------------------------ */

@font-face {
  font-family: 'Gantari';
  src: url('fonts/gantari-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gantari';
  src: url('fonts/gantari-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gantari';
  src: url('fonts/gantari-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* ------------------------------------------------------------
   BASE RESET
   Minimal resets — Hello Elementor is already lean.
   ------------------------------------------------------------ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FCFBFA; /* fallback before tokens load */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 8px; /* design system spec */
}