.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 4px 30px #00000026}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-color);cursor:pointer;-webkit-user-select:none;user-select:none}.logo svg{color:var(--primary-color)}.desktop-nav{display:flex;gap:2rem;align-items:center}.desktop-nav a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.desktop-nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.desktop-nav a:hover{color:var(--primary-color)}.desktop-nav a:hover:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark);padding:.5rem}.mobile-nav{display:none;flex-direction:column;background:#fff;padding:1rem 2rem;box-shadow:0 4px 20px #0000001a;position:relative;z-index:999}.mobile-nav a{text-decoration:none;color:var(--text-dark);font-weight:500;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease;display:block;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-nav a:hover,.mobile-nav a:active{color:var(--primary-color);background-color:#8b45130d;padding-left:.5rem}.mobile-nav a:last-child{border-bottom:none}@media(max-width:768px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.mobile-nav{display:flex}.header-container{padding:1rem}.logo{font-size:1.25rem}.logo svg{width:24px;height:24px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8b4513,#200e02,#2a1907);z-index:-2}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:-1}.coffee-beans-animation{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;opacity:.1}.hero-content{max-width:1400px;width:100%;padding:2rem;z-index:1;text-align:center}.hero-text{margin-bottom:4rem}.hero h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 10px rgba(0,0,0,.3)}.hero h1 .highlight{color:var(--gold);display:block}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.5rem);color:#fffffff2;max-width:700px;margin:0 auto 3rem;line-height:1.8}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:var(--gold);color:var(--text-dark);box-shadow:0 5px 20px #d4af3766}.btn-primary:hover{background:#c9a030}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:var(--primary-color)}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;margin-top:4rem}.stat-item{text-align:center;color:#fff;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.2);min-width:150px;transition:all .3s ease}.stat-item h3{font-size:2.5rem;font-weight:700;color:var(--gold);margin-bottom:.5rem}.stat-item p{font-size:1rem;opacity:.9}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;z-index:10}@media(max-width:768px){.hero{min-height:90vh;padding-top:100px}.hero-content{padding:1rem}.hero-subtitle{margin-bottom:2rem}.hero-buttons{flex-direction:column;align-items:stretch;gap:1rem}.btn-primary,.btn-secondary{width:100%;justify-content:center;padding:.875rem 2rem}.hero-stats{gap:1.5rem;margin-top:2rem}.stat-item{min-width:120px;padding:1rem}.stat-item h3{font-size:2rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1400px;margin:0 auto}.about-content{text-align:center;max-width:900px;margin:0 auto 4rem}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--primary-color);margin-bottom:2rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--gold);border-radius:2px}.about-text{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem;opacity:.9}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:var(--light-bg);padding:2.5rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid transparent;box-shadow:0 5px 20px var(--shadow)}.feature-card:hover{border-color:var(--primary-color);box-shadow:0 10px 30px #8b451333}.feature-icon{color:var(--primary-color);margin-bottom:1.5rem;display:flex;justify-content:center}.feature-card h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.feature-card p{color:var(--text-dark);opacity:.8;line-height:1.6}@media(max-width:768px){.about{padding:4rem 1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}}.products{padding:6rem 2rem;background:var(--light-bg)}.products-container{max-width:1400px;margin:0 auto}.products-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:1.2rem;color:var(--text-dark);opacity:.8;max-width:600px;margin:1rem auto 0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;cursor:pointer}.product-card:hover{box-shadow:0 10px 30px #8b451333}.product-image{position:relative;width:100%;height:250px;overflow:hidden;background:var(--light-bg)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.1)}.add-to-cart-btn{position:absolute;top:1rem;right:1rem;background:#fff;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 10px #0003;color:var(--primary-color);opacity:0;transition:opacity .3s ease}.product-card:hover .add-to-cart-btn{opacity:1}.product-info{padding:1.5rem}.product-info h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.product-description{color:var(--text-dark);opacity:.7;font-size:.95rem;margin-bottom:1rem;line-height:1.5}.product-rating{display:flex;gap:.25rem;margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--light-bg)}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.buy-btn{background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.buy-btn:hover{background:var(--secondary-color)}@media(max-width:768px){.products{padding:4rem 1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-image{height:200px}}.services{padding:6rem 2rem;background:#fff}.services-container{max-width:1400px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--light-bg);padding:3rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid transparent;box-shadow:0 5px 20px var(--shadow);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--gold));transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:var(--primary-color);box-shadow:0 10px 30px #8b451333}.service-icon{color:var(--primary-color);margin-bottom:1.5rem;display:flex;justify-content:center}.service-card h3{font-size:1.75rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.service-description{color:var(--text-dark);opacity:.8;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.service-features{list-style:none;text-align:left;margin-bottom:2rem;padding:0}.service-features li{color:var(--text-dark);opacity:.8;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.service-btn{background:var(--primary-color);color:#fff;border:none;padding:.875rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.service-btn:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 5px 15px #8b45134d}@media(max-width:768px){.services{padding:4rem 1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}}.b2b-wholesale{padding:6rem 2rem;background:var(--light-bg)}.b2b-container{max-width:1400px;margin:0 auto}.b2b-header{text-align:center;margin-bottom:4rem}.b2b-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.b2b-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.b2b-feature-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease}.b2b-feature-card:hover{box-shadow:0 10px 30px #8b451333}.b2b-feature-icon{color:var(--primary-color);margin-bottom:1rem;display:flex;justify-content:center}.b2b-feature-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.b2b-feature-card p{color:var(--text-dark);opacity:.8;font-size:.95rem;line-height:1.5}.b2b-benefits{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px var(--shadow)}.b2b-benefits h3{font-size:1.75rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0}.benefits-list li{display:flex;align-items:center;gap:1rem;padding:1rem 0;color:var(--text-dark);border-bottom:1px solid var(--light-bg);font-size:1rem}.benefits-list li:last-child{border-bottom:none}.benefits-list li svg{color:var(--primary-color);flex-shrink:0}.b2b-form-container{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 5px 20px var(--shadow);max-width:900px;margin:0 auto}.b2b-form-container h3{font-size:2rem;font-weight:600;color:var(--primary-color);margin-bottom:2rem;text-align:center}.b2b-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid var(--light-bg);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--light-bg)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);background:#fff}.submit-btn{background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-weight:600;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;transition:all .3s ease}.submit-btn:hover{background:var(--secondary-color);box-shadow:0 5px 20px #8b45134d}@media(max-width:1024px){.b2b-content{grid-template-columns:1fr}.b2b-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.b2b-wholesale{padding:4rem 1rem}.b2b-features,.form-row{grid-template-columns:1fr}.b2b-form-container{padding:2rem 1.5rem}}.subscription{padding:6rem 2rem;background:#fff}.subscription-container{max-width:1400px;margin:0 auto}.subscription-header{text-align:center;margin-bottom:4rem}.subscription-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.subscription-card{background:var(--light-bg);padding:3rem 2rem;border-radius:20px;text-align:center;position:relative;border:2px solid transparent;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease}.subscription-card:hover{box-shadow:0 10px 30px #8b451333}.subscription-card.popular{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border-color:var(--gold);transform:scale(1.05)}.subscription-card.popular h3,.subscription-card.popular .plan-description,.subscription-card.popular .plan-price,.subscription-card.popular .plan-features li{color:#fff}.popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--text-dark);padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:.875rem;box-shadow:0 3px 10px #0003}.plan-icon{color:var(--primary-color);margin-bottom:1.5rem;display:flex;justify-content:center}.subscription-card.popular .plan-icon{color:var(--gold)}.subscription-card h3{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.plan-description{color:var(--text-dark);opacity:.8;margin-bottom:1.5rem;font-size:1rem}.plan-price{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(0,0,0,.1)}.subscription-card.popular .plan-price{border-bottom-color:#ffffff4d}.price{font-size:3rem;font-weight:700;color:var(--primary-color)}.subscription-card.popular .price{color:#fff}.period{font-size:1rem;color:var(--text-dark);opacity:.7;margin-left:.5rem}.plan-features{list-style:none;padding:0;margin-bottom:2rem;text-align:left}.plan-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:var(--text-dark);opacity:.9;font-size:.95rem}.subscription-card.popular .plan-features li{color:#fff;opacity:.95}.plan-features li svg{color:var(--primary-color);flex-shrink:0;margin-top:2px}.subscription-card.popular .plan-features li svg{color:var(--gold)}.subscribe-btn{width:100%;padding:1rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:25px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.subscribe-btn:hover{background:var(--secondary-color);box-shadow:0 5px 20px #8b45134d}.popular-btn{background:var(--gold);color:var(--text-dark)}.popular-btn:hover{background:#c9a030}.subscription-benefits{text-align:center}.subscription-benefits h3{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{background:var(--light-bg);padding:2rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease}.benefit-card:hover{box-shadow:0 10px 30px #8b451333;transform:translateY(-5px)}.benefit-card h4{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.benefit-card p{color:var(--text-dark);opacity:.8;line-height:1.6}@media(max-width:768px){.subscription{padding:4rem 1rem}.subscription-plans{grid-template-columns:1fr}.subscription-card.popular{transform:scale(1)}.benefits-grid{grid-template-columns:1fr}}.contact{padding:6rem 2rem;background:var(--light-bg)}.contact-container{max-width:1400px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info h3{font-size:2rem;font-weight:600;color:var(--primary-color);margin-bottom:2rem}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow);transition:all .3s ease;text-align:center}.info-card:hover{box-shadow:0 10px 30px #8b451333}.info-icon{color:var(--primary-color);margin-bottom:1rem;display:flex;justify-content:center}.info-card h4{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.info-card p{color:var(--text-dark);opacity:.8;font-size:.95rem;line-height:1.6;margin:.25rem 0}.contact-form{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 5px 20px var(--shadow)}.contact-form h3{font-size:2rem;font-weight:600;color:var(--primary-color);margin-bottom:2rem}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.contact-form .form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.contact-form .form-group input,.contact-form .form-group textarea{padding:.875rem 1rem;border:2px solid var(--light-bg);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--light-bg)}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:var(--primary-color);background:#fff}.contact-form .submit-btn{background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-weight:600;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;transition:all .3s ease}.contact-form .submit-btn:hover{background:var(--secondary-color);box-shadow:0 5px 20px #8b45134d}@media(max-width:1024px){.contact-content{grid-template-columns:1fr}.info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.contact{padding:4rem 1rem}.info-grid{grid-template-columns:1fr}.contact-form{padding:2rem 1.5rem}}.footer{background:var(--dark-bg);color:var(--text-light);padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;color:var(--gold);margin-bottom:1.5rem}.footer-logo svg{color:var(--gold)}.footer-brand p{color:#fffc;line-height:1.8;margin-bottom:2rem;font-size:1rem}.social-links{display:flex;gap:1rem}.social-link{width:45px;height:45px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.social-link:hover{background:var(--primary-color);border-color:var(--gold)}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column h4{font-size:1.25rem;font-weight:600;color:var(--gold);margin-bottom:1.5rem}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:#fffc;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-column ul li a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-direction:column;gap:2rem}.footer-newsletter{text-align:center}.footer-newsletter h4{font-size:1.5rem;font-weight:600;color:var(--gold);margin-bottom:1rem}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter-form input{flex:1;padding:.875rem 1.5rem;border:2px solid rgba(255,255,255,.2);border-radius:25px;background:#ffffff1a;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.newsletter-form input::placeholder{color:#fff9}.newsletter-form input:focus{border-color:var(--gold);background:#ffffff26}.newsletter-form button{padding:.875rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:25px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.newsletter-form button:hover{background:var(--secondary-color)}.footer-copyright{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:#fff9;font-size:.9rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--gold)}@media(max-width:1024px){.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%;justify-content:center}.footer-copyright{flex-direction:column;text-align:center}.footer-legal{flex-direction:column;gap:.5rem}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:var(--primary-color);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #8b451366;z-index:999;transition:all .3s ease}.scroll-to-top:hover{background:var(--secondary-color);box-shadow:0 6px 25px #8b451380}.scroll-to-top:active{transform:scale(.95)}.scroll-to-top svg{color:#fff}@media(max-width:768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:45px;height:45px}.scroll-to-top svg{width:20px;height:20px}}.App{min-height:100vh;position:relative}section{position:relative;overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #200e02;--secondary-color: #2A1907;--accent-color: #523514;--dark-bg: #000000;--light-bg: #ffffff;--text-dark: #2c2c2c;--text-light: #ffffff;--gold: #D4AF37;--shadow: rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-dark);background-color:var(--light-bg);overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--light-bg)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}::selection{background-color:var(--primary-color);color:var(--text-light)}
