/*
Theme Name: Solvarox Canvas
Theme URI: https://example.com/
Author: Solvarox
Description: A minimal, zero-bloat WordPress theme built as a blank canvas for custom Tailwind / HTML designs. It ships with no opinionated styling, strips WordPress front-end clutter, and provides a full-bleed "Blank Canvas" page template so your own markup renders without theme or plugin CSS interfering.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solvarox-canvas
*/

/* --------------------------------------------------------------
   Intentionally minimal. No fonts, colors, spacing, or typography
   are set here so nothing competes with your Tailwind utilities.
   Only a safe box-model reset and margin reset are included.
-------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, svg, video { display: block; max-width: 100%; height: auto; }

/* Clip sideways overflow from decorative flourishes (e.g. the hero laptop
   base uses negative margins/over-width) so no horizontal scrollbar appears. */
#sx-root { overflow-x: hidden; }

/* --------------------------------------------------------------
   Typography for legal pages (Privacy Policy / Terms of Service).
   Scoped to .legal so it never affects the rest of the site.
-------------------------------------------------------------- */
#sx-root .legal { color: #334155; line-height: 1.7; font-size: 16px; }
#sx-root .legal h2 { font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.35rem; font-weight: 700; color: #0a0f1a; margin: 2.25rem 0 .75rem; }
#sx-root .legal h3 { font-family: "Plus Jakarta Sans", Inter, sans-serif; font-size: 1.05rem; font-weight: 600; color: #0a0f1a; margin: 1.5rem 0 .5rem; }
#sx-root .legal p  { margin: 0 0 1rem; }
#sx-root .legal ul { margin: 0 0 1.15rem 1.25rem; list-style: disc; }
#sx-root .legal li { margin: .35rem 0; }
#sx-root .legal a  { color: #16a34a; text-decoration: underline; }
#sx-root .legal strong { color: #0a0f1a; font-weight: 600; }
#sx-root .legal hr { border: 0; border-top: 1px solid #e2e8f0; margin: 2.5rem 0; }

/* Keep the admin bar from offsetting full-bleed canvas pages oddly */
body.admin-bar { /* WP handles top offset; nothing needed here */ }
