:root{
  --ink:#101827;
  --muted:#68717c;
  --paper:#f4efe4;
  --paper-2:#fffaf0;
  --night:#111a23;
  --night-2:#18242f;
  --yellow:#f4c542;
  --yellow-2:#ffd95e;
  --red:#c84f55;
  --blue:#557ea8;
  --line:rgba(16,24,39,.14);
  --shadow:0 20px 60px rgba(0,0,0,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.68}
a{color:inherit}
button{font:inherit}
strong{font-weight:700}
::selection{background:var(--yellow);color:#111}
