:root{--bg:rgb(244, 244, 243);--text:rgb(63, 63, 109);--link:#e91e63;--link-hover:#e9c71e;--selection:rgba(79, 175, 191, 0.5)}[data-theme=dark]{--bg:rgb(22, 22, 34);--text:rgb(210, 210, 230);--link:#f06292;--link-hover:#ffd54f;--selection:rgba(79, 175, 191, 0.4)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:rgb(22, 22, 34);--text:rgb(210, 210, 230);--link:#f06292;--link-hover:#ffd54f;--selection:rgba(79, 175, 191, 0.4)}}body{padding:5vh 10vw;background-color:var(--bg);color:var(--text);line-height:1.4;font-family:raleway,sans-serif;font-size:calc(10px + .33vw);transition:background-color .3s ease,color .3s ease}::selection{background:var(--selection);text-shadow:none}.container{display:grid}h1{font-size:clamp(2rem,5vw + 1rem,4.5rem);font-weight:600}p{font-weight:400;font-size:1.6em;max-width:25em}a{text-decoration:none;color:var(--link);transition:color .2s ease-in}a:hover{color:var(--link-hover)}.theme-toggle{position:fixed;top:1.25rem;right:1.25rem;background:0 0;border:2px solid;color:var(--text);border-radius:2rem;padding:.35em .85em;font-family:inherit;font-size:.85rem;cursor:pointer;transition:color .2s ease-in,border-color .2s ease-in}.theme-toggle:hover{color:var(--link)}