/*
Theme Name: Aavira Backflow
Theme URI:  https://example.com/aavira-backflow
Author:      Aavira Backflow
Author URI:  https://example.com
Description: Modern, lightweight WordPress theme for Aavira Backflow Prevention Testing Service (Tracy, CA).
Version:     1.1.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aavira-backflow
Tags:        one-column, custom-logo, accessibility-ready, responsive, block-styles
*/
:root{
  --primary: #2563EB; /* blue-600 */
  --accent:  #6366F1; /* indigo-500 */
  --bg: #f3f4f6;
}
body{font-family:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; color:#111827; background:var(--bg);}
a{color:var(--primary)}
.site-header{background:#fff}
/* Utility focus for accessibility */
:focus{outline:3px solid rgba(37,99,235,0.25); outline-offset:2px;}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{position:static;width:auto;height:auto;padding:8px;background:#111827;color:#fff;border-radius:6px;}

/* Editor styles fallback */
.editor-styles-wrapper{font-family:inherit;}
