/* ------- Osmo [https://osmo.supply/] ------- */ /* Osmo UI: https://slater.app/10324/23333.css */ body { background-color: #d8e1ed; font-family: PP Neue Montreal, Arial, sans-serif; color: #340824; font-size: 1vw; margin: 0; padding: 0; overscroll-behavior: none; min-height: 100%; cursor: url("https://cdn.prod.website-files.com/6708f85ff3d3cba6aff436fb/671251b239d7aeb290a31ac5_cursor-default%402x.svg") 2 0, auto; } a, button { cursor: url("https://cdn.prod.website-files.com/6708f85ff3d3cba6aff436fb/671251b212e6b71494aa67ff_cursor-pointer%402x.svg") 12 0, pointer; } .cloneable { justify-content: center; align-items: center; min-height: 100vh; display: flex; } .text-demo-wrap { grid-column-gap: 4.5em; grid-row-gap: 4.5em; flex-flow: column; justify-content: flex-start; align-items: center; width: 100%; max-width: 80em; margin-left: auto; margin-right: auto; padding-left: 1.25em; padding-right: 1.25em; display: flex; } .text-demo-h { text-align: center; margin-top: 0; margin-bottom: 0; font-size: 3.75vw; font-weight: 500; line-height: 1.15; } .text-demo-buttons { grid-column-gap: 1.25em; grid-row-gap: 1.25em; justify-content: center; align-items: center; display: flex; } .text-demo-button { background-color: #fff; border-radius: 100em; padding: .625em 1.25em; font-size: 2em; line-height: 1; transition: color .15s, background-color .15s; border: 0; outline: 0; box-shadhow: 0; } .text-demo-button:hover { color: #fff; background-color: #340824; } .osmo-credits { z-index: 999; pointer-events: none; flex-flow: column; justify-content: center; align-items: center; width: 100%; height: 4em; padding: 1em; display: flex; position: fixed; bottom: 0; left: 0; font-size: 1vw; } .osmo-credits__p { pointer-events: auto; color: rgba(19, 19, 19, 0.5); text-align: center; margin: 0; font-family: PP Neue Montreal, Arial, sans-serif; font-size: 1.125em; font-weight: 500; line-height: 1.3; } .osmo-credits__p-a { color: #340824; } @font-face { font-family: 'PP Neue Montreal'; src: url('https://cdn.prod.website-files.com/6819ed8312518f61b84824df/6819ed8312518f61b84825ba_PPNeueMontreal-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }