/*
Theme Name: SIDONN Vietnam
Theme URI: https://sidonn.vn
Author: SIDONN Vietnam
Author URI: https://sidonn.vn
Description: Native WordPress theme for SIDONN VIỆT NAM — Smart Warehouse, AS/RS, AGV/AMR, WMS/WCS, Smart Port and Intralogistics Solutions Integrator.
Version: 2.8.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: sidonn
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset & Box Model */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: var(--sidonn-font-sans);
  scroll-behavior: smooth;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  background-color: #F8FAFC;
  color: #1E293B;
  line-height: 1.6;
  overflow-x: hidden;
}

:root {
  --sidonn-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --sidonn-red: #C22325;
  --sidonn-red-dark: #A31D1F;
  --sidonn-red-light: #FEF2F2;
  --sidonn-dark: #15191E;
  --sidonn-dark-surface: #20242A;
  --sidonn-gray-border: #E2E8F0;
  --sidonn-text-main: #1E293B;
  --sidonn-text-muted: #64748B;
}

html:lang(zh),
html:lang(zh-CN),
html:lang(zh-Hans) {
  --sidonn-font-sans: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
}
