/* strowger-overrides (priority: 100) */
/* strowger overrides — kill the twaki theme Indie Flower heading font that leaks onto pages not using the custom template (error pages, etc.) */
:root{ --font-heading:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif; }
.error-code,.error-title{ font-family:"Inter",system-ui,-apple-system,sans-serif; font-weight:800; letter-spacing:-.02em; color:var(--ink,#0f172a); }
.error-code{ font-size:5rem; opacity:.15; }

/* contact form — strowger brand override (inline styles need !important) */
.contact-form-component-wrapper{max-width:1040px !important;margin:8px auto 56px !important;padding:0 28px !important;background:none !important;border:none !important;box-shadow:none !important;}
.contact-form-component-wrapper form{max-width:560px;}
.contact-form-component-wrapper label{color:var(--ink,#0f172a) !important;font-weight:600;}
.contact-form-component-wrapper input,.contact-form-component-wrapper textarea{border:1px solid var(--code-border,#e2e8f0) !important;border-radius:8px !important;font-family:inherit !important;background:var(--card,#fff);color:var(--ink,#0f172a);}
.contact-form-component-wrapper input:focus,.contact-form-component-wrapper textarea:focus{outline:none;border-color:var(--accent) !important;box-shadow:0 0 0 3px rgba(37,99,235,.15) !important;}
.contact-form-component-wrapper button[type=submit]{background:var(--accent) !important;border:1px solid var(--accent) !important;border-radius:8px !important;font-weight:600 !important;padding:11px 22px !important;font-size:.98rem !important;cursor:pointer;}
