@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";:root{--green:#32802b;--black:#000;--dark-grey:#333;--light-grey:gray;--bright-grey:#ededed;--lime-grey:#ebf3ea;--white:#fff;--snow-white:#fbfbfb;--yellow-white:#e0ecdf}body{font-family:Montserrat,sans-serif!important}.back-to-top-btn{background-color:var(--green);width:48px;height:48px;color:var(--white);border:2px solid var(--white);cursor:pointer;z-index:1000;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:background-color .2s,transform .2s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #0003}.back-to-top-btn:hover{background-color:var(--white);color:var(--green);border:2px solid var(--green);transform:translateY(-3px)}@media only screen and (width<=600px){.back-to-top-btn{width:40px;height:40px;font-size:1rem;bottom:20px;right:20px}}
