/*
Theme Name: The Mix Bureau
Theme URI: https://themixbureau.co.uk
Author: The Mix Bureau
Author URI: https://themixbureau.co.uk
Description: Custom WordPress theme for The Mix Bureau (audio mixing and post-production).
Version: 1.2.1
Tested up to: 6.6
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: the-mix-bureau
Tags: one-column, custom-logo, block-styles, accessibility-ready
*/

/* CSS Variables */
:root{ --tmb-navy:#0E2A4A; --tmb-blue:#1E5A9C; --tmb-yellow:#F4B000; --tmb-offwhite:#F9F7F4; }
html{scroll-behavior:smooth}
body{margin:0;background:var(--tmb-offwhite);color:var(--tmb-navy);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans;line-height:1.6}
.container{width:min(1100px,92%);margin:0 auto}
.nav a{color:var(--tmb-navy);text-decoration:none;font-weight:600}
.btn{display:inline-block;padding:12px 18px;border-radius:8px}
.btn-primary{background:var(--tmb-blue);color:#fff}
