/*
Theme Name: Hooger Elementor Theme
Theme URI: https://hooger.ir
Author: Hooger
Author URI: https://hooger.ir
Description: Hooger Elementor-first WordPress theme with WooCommerce templates, an RTL storefront shell and optional Hooger Core integration.
Version: 1.3.25
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: hooger-elementor-theme
*/

@font-face {
  font-display: swap;
  font-family: "IranSans";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/IRANSansWebFaNum-Light.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IranSans";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/IRANSansWebFaNum-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IranSans";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/IRANSansWebFaNum-Medium.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IranSans";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/IRANSansWebFaNum-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IranSans";
  font-style: normal;
  font-weight: 800 900;
  src: url("assets/fonts/IRANSansWebFaNum-Black.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/IRANSansWebFaNum-Light.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/IRANSansWebFaNum-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/IRANSansWebFaNum-Medium.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/IRANSansWebFaNum-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 800 900;
  src: url("assets/fonts/IRANSansWebFaNum-Black.ttf") format("truetype");
}

:root {
  --ds-font-family: "IranSans", "IRANSans", Tahoma, Arial, sans-serif;
  --ha-font: var(--ds-font-family);
}

html {
  direction: rtl;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: hsl(40 30% 98%);
  color: hsl(230 37% 15%);
  font-family: var(--ds-font-family);
}

.hooger-theme-content {
  margin-inline: auto;
  max-width: 1400px;
  padding: 32px 16px;
}

.hooger-theme-content img {
  max-width: 100%;
  height: auto;
}

.hooger-404-page {
  background: hsl(40 30% 98%);
}

.hooger-404-fallback {
  align-items: center;
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(24, 32, 61, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 56px auto;
  max-width: 760px;
  padding: clamp(36px, 6vw, 72px) clamp(20px, 5vw, 64px);
  text-align: center;
}

.hooger-404-fallback__eyebrow {
  align-items: center;
  background: #ff9f0a;
  border-radius: 999px;
  color: #18203d;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  min-width: 86px;
}

.hooger-404-fallback h1 {
  color: #18203d;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.35;
  margin: 0;
}

.hooger-404-fallback p {
  color: #647089;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.hooger-404-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

.hooger-404-fallback__button {
  align-items: center;
  background: #18256f;
  border-radius: 16px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  min-height: 50px;
  padding: 0 24px;
  text-decoration: none;
}

.hooger-404-fallback__button:hover,
.hooger-404-fallback__button:focus,
.hooger-404-fallback__button:visited {
  color: #fff !important;
}

.hooger-404-fallback__button.is-secondary {
  background: #f6f2ea;
  color: #18203d !important;
}

.hooger-landing.hooger-dark .hooger-404-page,
body:has(.hooger-landing.hooger-dark) .hooger-404-page {
  background: #0f172a;
}

.hooger-landing.hooger-dark .hooger-404-fallback,
body:has(.hooger-landing.hooger-dark) .hooger-404-fallback {
  background: #17223b;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.hooger-landing.hooger-dark .hooger-404-fallback h1,
body:has(.hooger-landing.hooger-dark) .hooger-404-fallback h1 {
  color: #f8fafc;
}

.hooger-landing.hooger-dark .hooger-404-fallback p,
body:has(.hooger-landing.hooger-dark) .hooger-404-fallback p {
  color: #cbd5e1;
}
