/*
Theme Name: RaiseWell
Description: RaiseWell family companion with the complete browser app and editable web assets.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: raisewell
*/

/* This stylesheet styles the WordPress wrapper. Edit app/custom.css for the app. */
html, body { margin: 0; padding: 0; }
body { background: #f7f9f8; color: #213c3a; font-family: system-ui, sans-serif; }
.rw-app-frame { width: 100%; height: 100vh; height: 100dvh; display: block; border: 0; }
.admin-bar .rw-app-frame { height: calc(100vh - 32px); height: calc(100dvh - 32px); }
@media (max-width: 782px) {
  .admin-bar .rw-app-frame { height: calc(100vh - 46px); height: calc(100dvh - 46px); }
}
.rw-site-header, .rw-site-content, .rw-site-footer { max-width: 1000px; margin: auto; padding: 24px; }
.rw-site-header a { color: #24796e; font-size: 1.5rem; font-weight: 700; text-decoration: none; }
.rw-site-content { min-height: 60vh; line-height: 1.7; }
.rw-site-content img { max-width: 100%; height: auto; }
.rw-site-content a, .rw-site-footer a { color: #24796e; }
.rw-skip-link { position: fixed; left: 12px; top: -100px; padding: 12px; background: white; z-index: 99999; }
.rw-skip-link:focus { top: 12px; }
