@tailwind base;@tailwind components;@tailwind utilities;:root{--desc:#323232;--background:#ddd0c8;--main-bg:#10172a;--off:#515b6e;--text-bold:#e0e8f4;--text:#969eaf;--tags:#38bb92;--tags-color:#5eead4;--tags-bg:#134e4a;--arrow-transfromY:translateY(0);--card-transition-duration:150ms}@font-face{font-family:inter;src:url(/_next/static/media/Inter-VariableFont_slnt,wght.7385e8d9.ttf);font-display:swap}body,html{margin:0;padding:0;font-family:inter,Arial,Helvetica,sans-serif;font-weight:700;scroll-behavior:smooth;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}body{background:var(--main-bg);color:var(--text);animation:fade-in 1s ease-in;position:relative;overflow-x:hidden}body:before{opacity:.4;background-image:repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(56,187,146,.15) 0,rgba(56,187,146,.15) 80px),repeating-linear-gradient(0deg,transparent,transparent 79px,rgba(81,91,110,.2) 0,rgba(81,91,110,.2) 80px),repeating-linear-gradient(45deg,transparent,transparent 119px,rgba(94,234,212,.08) 0,rgba(94,234,212,.08) 120px),repeating-linear-gradient(-45deg,transparent,transparent 119px,rgba(94,234,212,.08) 0,rgba(94,234,212,.08) 120px)}body:after,body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}body:after{opacity:.3;background:radial-gradient(ellipse at 10% 20%,rgba(56,187,146,.1) 0,transparent 40%),radial-gradient(ellipse at 90% 80%,rgba(94,234,212,.08) 0,transparent 40%)}.title{color:var(--text-bold);font:700;font-size:60px}.desc{color:var(--desc);line-height:1.4}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.active{color:var(--text-bold)}@media only screen and (max-width:1330px){.active{color:#000}}