:root{--dark-color:#252b42;--light-color:#fafafa;--white-color:#fff;--grey-color:#7d7987;--light-grey-color:#cecdd2;--primary-color:#87693c;--secondary-color:#94c121;--selectable-color:var(--secondary-color);--selected-color:var(--secondary-color);--disabled-color:var(--white-color);--dark-text-color:var(--dark-color);--light-text-color:var(--light-color);--grey-text-color:var(--grey-color)}html{scroll-behavior:smooth}body{font-family:Mulish,sans-serif;font-size:16px;line-height:1.3;color:var(--dark-text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2{margin:0}img{-webkit-user-select:none;-moz-user-select:none;user-select:none}textarea{font-family:Mulish,sans-serif;resize:none}