:root{--background: #252525;--text: #e0e0e0;--button: #3a3a3a;--button-hover: rgba(255, 255, 255, .05);--component-bg: #2a2a2a;--component-item-bg: #333;--border-color: #fff;--header-button-text: #fff;--header-bg: rgba(42, 42, 42, .8);--nav-bg: rgba(42, 42, 42, .8);--nav-button-bg: rgba(255, 255, 255, .05);--nav-button-hover-bg: rgba(255, 255, 255, .1);--dropdown-button-hover-bg: rgba(255, 255, 255, .1);--dropdown-button-active-bg: rgba(255, 255, 255, .15)}html.light-theme{--background: #f0f0f0;--text: #2c2c2c;--button: #e8e8e8;--button-hover: rgba(0, 0, 0, .05);--component-bg: #f5f5f5;--component-item-bg: #ffffff;--border-color: #333;--header-button-text: #333;--header-bg: rgba(245, 245, 245, .8);--nav-bg: rgba(245, 245, 245, .8);--nav-button-bg: rgba(0, 0, 0, .05);--nav-button-hover-bg: rgba(0, 0, 0, .1);--dropdown-button-hover-bg: rgba(0, 0, 0, .1);--dropdown-button-active-bg: rgba(0, 0, 0, .15)}html{scroll-behavior:smooth;scroll-padding-top:300px}body{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box;font-size:18px;transition:background-color .2s ease,color .15s ease;background-color:var(--background);color:var(--text);overflow-x:hidden;width:100%}h1,h2,p{transition:color .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{animation:fadeIn .5s ease-in-out}
