@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");:root{--primary-background-color:linear-gradient(180deg,#e3e7ed,#e1e2eb);--secondary-background-color:#fff;--primary-text-color:#171e2b;--secondary-text-color:#2a303a;--secondary-black-text-color:#40474f;--mn-signature-color:#da2756;--mn-signature-color-light:#fff1f2;--primary-font-family:"Inter",sans-serif;--secondary-font-family:"Inria Serif",serif;--disable-and-stroke-color:#d9dadb;--patrick-hand:"Patrick Hand",cursive;--border-radius-sm:0.25rem;--border-radius-md:0.5rem}body{font-family:var(--primary-font-family);background-image:url(/assets/images/app-background.png);background-size:cover;background-repeat:no-repeat;background-position:50%;width:100%;height:100vh;margin:0;padding:0;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,39%,.4);border-radius:10px;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,39%,.6)}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,39%,.4) transparent}