/* loader.css */
/* First paint only. App initialization replaces this without a forced delay. */
.toby-first-paint{display:grid;place-items:center;min-height:100svh;background:#d9edf5}
.toby-first-paint img{width:240px;max-width:68vw;height:auto;display:block}
.toby-no-script{max-width:680px;margin:0 auto;padding:80px 24px;color:#143a56;background:#d9edf5;min-height:100svh}
.toby-no-script h1{font-size:38px;letter-spacing:-1.4px;line-height:1.12}
.toby-no-script p{font-size:18px;line-height:1.5}

