@import"https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps&family=Marko+One&family=Marmelad";:root{--heading-font: Marko One, Sans-Serif;--title-font: Oleo Script Swash Caps, Serif;--primary-font: Marmelad, Sans-Serif;--primary-color: rgb(0, 0, 0);--accent-color: rgb(255, 122, 0);--highlight-color: rgb(0, 123, 255);--warning-color: rgb(255, 0, 0);--background-color: white;--background-accent: rgb(200, 230, 255);--background-highlight: rgb(255, 230, 200);--background-blank: lightgray;--border-radius: 1em;--shadow: 5px 5px 10px 5px gray}body{font-family:var(--primary-font);line-height:1.5em;display:flex;flex-direction:column;align-items:center;gap:1em;margin:0 auto}vise-header{width:100%}h1,h2{font-family:var(--title-font)}h3,h4,h5,h6{margin:0;font-family:var(--heading-font);font-weight:400}p:has(+ ul){margin-bottom:0}ul,ol{margin-top:0;padding-left:1em}img{overflow:hidden;width:100%;height:100%;object-fit:cover}button{border-radius:var(--border-radius);box-shadow:var(--shadow);background-color:var(--background-color);color:var(--highlight-color)}@media only screen and (min-device-width = 500px){body{font-size:12px}}
