@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif;font-weight:400;transition:all .3s ease}.preload-transitions *{transition:none!important}:root{--primaryColor:hsl(127,75%,32%);--hoverColor:hsl(127,75%,50%);--paleGreen:hsl(127,79%,32%);--whiteColor:hsl(0,0%,100%);--blackColor:hsl(0,0%,0%);--textColor:hsl(0,0%,40%);--bgColor:hsl(0,0%,96%);--greyText:rgb(190,190,190);--inputColor:hsl(127,30%,95%);--biggestFontSize:2.5rem;--h1FontSize:1.5rem;--h2FontSize:1.25rem;--h3FontSize:1rem;--normalFontSize:0.938rem;--smallFontSize:0.813rem;--smallestFontSize:0.75rem}html{font-size:90%}a{text-decoration:none}li{list-style:none}.icon{font-size:1.2rem;cursor:pointer}img{width:100%;height:100%;object-fit:cover}.flex{display:flex}.flex,.grid{align-items:center}.grid{display:grid;gap:1.5rem}.btn{padding:.875rem 1rem;border-radius:8px;border:none;cursor:pointer;outline:none;box-shadow:0 2px 4px var(--inputColor);color:var(--whiteColor)}.btn .icon{margin-left:.5rem}.btn:hover{background-color:var(--paleGreen);color:var(--whiteColor)}body{background:#f8f9fa;min-height:100vh;min-height:100dvh;overflow:hidden}.dashboard-root{justify-content:center;align-items:center;background:#f8f9fa;overflow:hidden}.bio-container,.dashboard-root{display:flex;height:100vh;height:-webkit-fill-available;height:100dvh;width:100vw}.bio-container{position:relative;max-height:100vh;max-height:-webkit-fill-available;max-height:100dvh;align-items:stretch;justify-content:flex-start;background-color:var(--bgColor);overflow:auto}::-webkit-scrollbar{display:none}