:root{--body-bg-color: #fff;--body-text-color: #000;--heading-font: "Lora", serif;--body-font: "Quicksand", sans-serif;--theme-primary-color: #000;--theme-primary-complement-color: #fff;--theme-secondary-color: #444;--theme-secondary-complement-color: #fff}.parsley-btn{--color_: var(--theme-primary-color);--complement_: var(--theme-primary-complement-color);padding:6px 12px;font-family:var(--body-font);font-weight:700;text-align:center;border:2px solid var(--color_);color:var(--color_);background:var(--complement_);border-radius:8px;transition:color .3s ease,background .3s ease}.parsley-btn:hover{cursor:pointer;background:var(--color_);color:var(--complement_)}*{box-sizing:border-box}html,body{padding:0;margin:0;width:100%;height:100%;font-family:var(--body-font);background:var(--body-bg-color);color:var(--body-text-color)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font)}
