/*
Theme Name: Nuvix Web
Theme URI: https://nuvixweb.com
Author: Nuvix Web
Author URI: https://nuvixweb.com
Description: قالب حرفه ای نوویکس وب برای طراحی وب و سئو.
Version: 1.0.0
Text Domain: nuvixweb
*/

:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0a1120;
  color: #ffffff;
  font-family: "Vazirmatn", sans-serif;
}

::selection {
  background: #facc15;
  color: #0a1120;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0a1120;
}

::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #facc15;
}

.container {
  max-width: 1200px;
}

.dir-ltr {
  direction: ltr;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.transition-smooth {
  transition: all 0.3s ease;
}
