/*
Theme Name: ns-theme
Theme URI: https://notebookstok.com
Author: B8hnam
Author URI: https://B8hnam.com
Description: Ultra Minimal Theme for Notebookstok
Version: 1.0.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ns-theme
Tags: minimal, custom, woocommerce, rtl, responsive, fast, clean
*/

/* ================================
   Global Base
   ================================ */

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100%;
  font-family: Yekan Bakh, sans-serif;
  direction: rtl;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

a:hover, a:focus {
  color: #00b8ff;
}

/* Typography */
strong,
b {
  font-weight: 600;
}

/* Focus reset */
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* WooCommerce messages */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border: none !important;
  box-shadow: none !important;
}

/* ================================
   Font Face (Yekan Bakh FaNum)
   ================================ */

@font-face {
  font-family: 'YekanBakhFaNum';
  src: url('https://notebookstok.com/wp-content/uploads/2024/08/YekanBakhFaNum-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakhFaNum';
  src: url('https://notebookstok.com/wp-content/uploads/2024/08/YekanBakhFaNum-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakhFaNum';
  src: url('https://notebookstok.com/wp-content/uploads/2024/08/YekanBakhFaNum-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakhFaNum';
  src: url('https://notebookstok.com/wp-content/uploads/2024/08/YekanBakhFaNum-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakhFaNum';
  src: url('https://notebookstok.com/wp-content/uploads/2024/08/YekanBakhFaNum-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakhFaNum';
  src: url('https://notebookstok.com/wp-content/uploads/2024/08/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakhFaNum';
  src: url('https://notebookstok.com/wp-content/uploads/2024/08/YekanBakhFaNum-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ================================
   Login Section
   ================================ */

.main-holder,
.main-holder *:not(i):not([class*="fa-"]):not([class*="icon"]):not([class*="eicon"]),
.footer-holder,
.footer-holder *:not(i):not([class*="fa-"]):not([class*="icon"]):not([class*="eicon"]),
.footer-btn,
.footer-btn *:not(i):not([class*="fa-"]):not([class*="icon"]):not([class*="eicon"]) {
  font-family: 'YekanBakhFaNum', sans-serif !important;
  -moz-font-feature-settings: "ss01", "ss02", "tnum";
  -webkit-font-feature-settings: "ss01", "ss02", "tnum";
  font-feature-settings: "ss01", "ss02", "tnum";
}



/* Form Fields */
.main-holder .form-field {
  border: 1px solid #F3F6F9 !important;
  border-radius: 8px !important;
  outline: none;
  padding: 10px 12px;
  transition: all 0.2s ease;
  font-size: 14px;
}

.main-holder .form-field:focus {
  border-color: #e0e4e8 !important;
  box-shadow: 0 0 0 2px rgba(243, 246, 249, 0.5);
}

/* Buttons */
.main-holder .main-btn {
  border-radius: 8px !important;
  transition: all 0.2s ease;
  font-family: inherit;
}

.main-holder .main-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Input Label */
.input-field.input-has-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.input-field.input-has-label label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #9da3a9;
  font-size: 16px;
  font-family: inherit;
}

/* Action Link (Back / Login switch) */
.action-link {
  font-family: inherit;
  font-weight: normal;
}
