/*
Theme Name: NouraHub
Theme URI: https://nourahub.ir/
Author: NouraHub
Description: A modern RTL digital-products WooCommerce theme for NouraHub.
Version: 1.0.3
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: nourahub
*/

:root{
  --nh-ink:#0b1220;
  --nh-muted:#667085;
  --nh-primary:#2563eb;
  --nh-primary-2:#06b6d4;
  --nh-soft:#f5f8ff;
  --nh-line:#e7ebf2;
  --nh-card:#ffffff;
  --nh-success:#10b981;
  --nh-radius:22px;
  --nh-shadow:0 18px 50px rgba(11,18,32,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fbfcff;color:var(--nh-ink);font-family:Tahoma,"Segoe UI",sans-serif;line-height:1.9}
a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}
button,input,select,textarea{font:inherit}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
