/*
Theme Name: MFOPTO Industrial
Theme URI: https://www.mfopto.com/
Author: MFOPTO
Description: Custom industrial B2B WordPress theme for MFOPTO portable lighting. Designed to work with MFOPTO Product Catalog Core, Product Detail and Baserow Sync plugins.
Version: 0.3.11
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mfopto-industrial
*/

:root{
  --mf-bg-main:#0B0E11;
  --mf-bg-section:#10151A;
  --mf-bg-card:#141A20;
  --mf-bg-deep:#10151A;
  --mf-border:#2D3741;
  --mf-green:#b6f400;
  --mf-ink:var(--mf-bg-main);
  --mf-page:var(--mf-bg-main);
  --mf-text:#eef3ef;
  --mf-muted:#96a39c;
  --mf-line:var(--mf-border);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--mf-page);
  color:var(--mf-text);
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{text-decoration:none}
.mf-theme-main{min-height:50vh;background:var(--mf-page)}
.mf-theme-generic{width:min(1180px,calc(100% - 40px));margin:auto;padding:72px 0 90px}
.mf-theme-generic h1{font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.04em}
.mf-theme-generic .entry-content{color:#aeb9b3;line-height:1.75}
