@import"https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap";:root{--color-primary: #00AE9D;--color-gray: #E0E0E0;--color-white: #FFFFFF;--color-black: #000000;--bg: var(--color-white);--text: var(--color-black);--accent: var(--color-primary);--gray: var(--color-gray)}body{background-color:var(--bg);color:var(--text)}body #hero{color:#000;font-family:Karla,serif;font-size:clamp(1.1rem,1.5vw + .4rem,1.6rem);font-style:normal;font-weight:800;line-height:normal;display:flex;flex-direction:row;height:80vh;overflow:hidden}body #hero .hero-left{margin-left:5vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5vh;padding-top:5vw}body #hero .hero-left .main-blue{color:var(--accent)}body #hero .hero-left .hero-title{font-family:Karla;font-size:clamp(1.1rem,1.5vw + .4rem,1.6rem);font-style:normal;font-weight:800;line-height:normal;color:var(--text)}body #hero .hero-text{font-family:Karla;font-size:clamp(1.8rem,3.5vw + .5rem,3rem);font-style:italic;font-weight:800;line-height:normal;color:var(--text)}body #hero .hero-right video{filter:invert(1);height:100%;width:100%;margin-top:-5vw}body #projects{background:#e0e0e0;min-height:100vh}body #projects .sort-bar{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5vw;margin:2.5vw 2.5vw 0;font-family:Karla;font-size:clamp(.95rem,1.2vw + .2rem,1.25rem);font-style:normal;font-weight:700;line-height:normal;align-self:center}body #projects .sort-bar .sort-btn{background:var(--accent);color:#fff;border:none;border-radius:999px;padding:10px 20px;font-family:Karla,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;box-shadow:0 0 #0000;transition:background-color .15s ease,box-shadow .15s ease,transform .02s ease}body #projects .sort-bar .sort-btn:hover,body #projects .sort-bar .sort-btn:focus{background:#059e8f;outline:none;box-shadow:0 2px 6px #00000026}body #projects .sort-bar .sort-btn:active{transform:translateY(1px)}body #projects .sort-bar .sort-btn.active{background:#028e82;color:#fff}
