:root{--title-bg-color:#252525;--link-color:#999;--color-white:#fff;--paragraph-color:#727272;--lime-graphic-start:#d4ff47;--lime-graphic-mid:#b8f01a;--lime-graphic-end:#7fc000;--header-bg-color:#fff;--header-logo-color:#000;--header-options-color:#000;--header-options-active-color:#000;--header-button-bg-color:#000;--header-button-text-color:#fff;--header-icon-color:#fff;--hero-bg-color:#fff;--hero-text-color:#252525;--about-bg-color:#fafafa;--bg-content-text-color:#252525;--tech-stack-bg-color:#f3f3f4;--tech-stack-border:#0000000f;--tech-stack-heading:#52525b;--tech-stack-icon:#71717a;--tech-stack-icon-hover:#3f3f46;--tech-stack-caption:#71717a;--services-bg-color:#fff;--services-text-color:#252525;--projects-bg-color:#fff;--projects-text-color:#252525;--testimonials-bg-color:#fafafa;--testimonials-text-color:#252525;--blogs-bg-color:#fafafa;--blogs-text-color:#252525}:root,html[data-theme=light]{color-scheme:light}[data-theme=dark]{color-scheme:dark;--title-bg-color:#fff;--header-bg-color:#0c0c0c;--header-logo-color:#fff;--header-options-color:#fff;--header-options-active-color:var(--lime-graphic-mid);--header-button-bg-color:#fff;--header-button-text-color:#0c0c0c;--header-icon-color:#000;--hero-bg-color:#000;--hero-text-color:#fff;--paragraph-color:#a3a3a3;--about-bg-color:#0c0c0c;--bg-content-text-color:#fff;--tech-stack-bg-color:#0a0a0a;--tech-stack-border:#ffffff14;--tech-stack-heading:#a1a1aa;--tech-stack-icon:#9ca3af;--tech-stack-icon-hover:#d4d4d8;--tech-stack-caption:#a1a1aa;--services-bg-color:#0c0c0c;--services-text-color:#fff;--projects-bg-color:#000;--projects-text-color:#fff;--testimonials-bg-color:#000;--testimonials-text-color:#fff;--blogs-bg-color:#000;--blogs-text-color:#fff}body{font-family:var(--font-sans),ui-sans-serif,system-ui,sans-serif;font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;overflow-x:hidden;background-color:var(--hero-bg-color)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display),var(--font-sans),sans-serif;font-weight:600;letter-spacing:-.03em}.btn-github-icon{font-size:40px}.btn-portfolio .btn-github-icon{color:#121212}@media (max-width:768px){.btn-github-icon{font-size:26px}.btn-text-cv,.btn-text-portfolio,.btn-text-project,.hero-btn-text{font-size:15px!important;line-height:1.35!important}.schedule-btn-bg{width:100%!important;max-width:280px;min-height:48px;height:auto!important;padding-top:12px!important;padding-bottom:12px!important}.btn-bg-project{width:auto!important;max-width:min(220px,88vw);min-height:44px;height:auto!important;padding:10px 18px!important}.btn-portfolio{width:100%!important;max-width:280px;min-height:48px;height:auto!important;padding-top:12px!important;padding-bottom:12px!important}}*{box-sizing:border-box;padding:0;margin:0;font-family:inherit;transition:background-color 1s ease,color 1s ease,border 1s ease}.lime-gradient-text{color:inherit}.lime-underline{position:relative;display:inline-block}.lime-underline:after{content:"";position:absolute;left:0;right:0;bottom:-.08em;height:0;border-radius:999px;background:#0000}[data-theme=dark] .lime-gradient-text{background:linear-gradient(98deg,var(--lime-graphic-start) 0,var(--lime-graphic-mid) 45%,var(--lime-graphic-end) 100%);-webkit-background-clip:text;background-clip:text;color:#0000}[data-theme=dark] .lime-underline:after{height:.2em;background:linear-gradient(98deg,color-mix(in srgb,var(--lime-graphic-start) 85%,#0000),color-mix(in srgb,var(--lime-graphic-end) 85%,#0000));z-index:-1}