@tailwind base;@layer base{button,input,select,textarea{@apply appearance-none bg-transparent border-0 outline-none;}}@tailwind components;@tailwind utilities;@layer components{.all-\[unset\]{all:unset}}:root{--b1-font-family: "Droid Arabic Kufi", Helvetica;--b1-font-size: 16px;--b1-font-style: normal;--b1-font-weight: 400;--b1-letter-spacing: .08px;--b1-line-height: normal;--b2-font-family: "Droid Arabic Kufi", Helvetica;--b2-font-size: 14px;--b2-font-style: normal;--b2-font-weight: 400;--b2-letter-spacing: .035px;--b2-line-height: normal;--background-color: rgba(247, 247, 247, 1);--button-font-family: "Droid Arabic Kufi", Helvetica;--button-font-size: 14px;--button-font-style: normal;--button-font-weight: 700;--button-letter-spacing: .175px;--button-line-height: normal;--card: 0px 16px 40px 0px rgba(109, 109, 109, .2);--h1-font-family: "Droid Arabic Kufi", Helvetica;--h1-font-size: 60px;--h1-font-style: normal;--h1-font-weight: 400;--h1-letter-spacing: -.3px;--h1-line-height: normal;--h2-font-family: "Droid Arabic Kufi", Helvetica;--h2-font-size: 48px;--h2-font-style: normal;--h2-font-weight: 400;--h2-letter-spacing: 0px;--h2-line-height: normal;--h3-font-family: "Droid Arabic Kufi", Helvetica;--h3-font-size: 34px;--h3-font-style: normal;--h3-font-weight: 700;--h3-letter-spacing: .085px;--h3-line-height: normal;--h4-font-family: "Droid Arabic Kufi", Helvetica;--h4-font-size: 24px;--h4-font-style: normal;--h4-font-weight: 400;--h4-letter-spacing: 0px;--h4-line-height: normal;--h5-font-family: "Droid Arabic Kufi", Helvetica;--h5-font-size: 20px;--h5-font-style: normal;--h5-font-weight: 400;--h5-letter-spacing: .030000001192092896px;--h5-line-height: normal;--main-color: rgba(163, 163, 163, 1);--second-color: rgba(136, 8, 23, 1);--subtitle-font-family: "Droid Arabic Kufi", Helvetica;--subtitle-font-size: 14px;--subtitle-font-style: normal;--subtitle-font-weight: 400;--subtitle-letter-spacing: .014000000208616257px;--subtitle-line-height: normal;--third-color: rgba(0, 17, 56, 1)}:root{--animate-spin: spin 1s linear infinite}.animate-fade-in{animation:fade-in 1s var(--animation-delay, 0s) ease forwards}.animate-fade-up{animation:fade-up 1s var(--animation-delay, 0s) ease forwards}.animate-marquee{animation:marquee var(--duration) infinite linear}.animate-marquee-vertical{animation:marquee-vertical var(--duration) linear infinite}.animate-shimmer{animation:shimmer 8s infinite}.animate-spin{animation:var(--animate-spin)}@keyframes spin{to{transform:rotate(1turn)}}@keyframes image-glow{0%{opacity:0;animation-timing-function:cubic-bezier(.74,.25,.76,1)}10%{opacity:.7;animation-timing-function:cubic-bezier(.12,.01,.08,.99)}to{opacity:.4}}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes shimmer{0%,90%,to{background-position:calc(-100% - var(--shimmer-width)) 0}30%,60%{background-position:calc(100% + var(--shimmer-width)) 0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@keyframes marquee-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - var(--gap)))}}
