@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap);html[theme=light]{--primary-background-color:#fff;--secondary-background-color:#e9eef4;--primary-text-color:#494d51;--secondary-text-color:#5b6362;--accent-color:#00b283;--box-shadow-color:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);--box-shadow-hover-color:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}html[theme=dark]{--primary-background-color:#1f3759;--secondary-background-color:#0e2546;--primary-text-color:#fff;--secondary-text-color:#cad0d8;--accent-color:#58d3b3;--box-shadow-color:0 1px 3px rgba(0,0,0,0.42),0 1px 2px rgba(0,0,0,0.54);--box-shadow-hover-color:0 3px 6px rgba(0,0,0,0.46),0 3px 6px rgba(0,0,0,0.53)}html.color-theme-in-transition,html.color-theme-in-transition *,html.color-theme-in-transition :after,html.color-theme-in-transition :before{transition:all .5s!important;transition-delay:0s!important}body{margin:0;font-family:Montserrat,sans-serif;background-color:var(--secondary-background-color)}