/*
Theme Name: Autratech
Theme URI: https://autratech.co.uk
Author: Autratech
Author URI: https://autratech.co.uk
Description: A handcrafted, premium WordPress theme for Autratech — a world-class software house. Built with a bespoke design system, GSAP-driven motion, Lenis smooth scroll, Barba page transitions, a custom animated cursor and WebGL/Canvas hero. Fully block-editor compatible, ACF-ready and content-driven through custom post types and the Customizer. No page builders, no framework bloat — every pixel is handcrafted.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autratech
Tags: custom-colors, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, editor-style, threaded-comments, translation-ready, full-site-editing

Autratech is distributed under the terms of the GNU GPL v2 or later.

The actual presentational styles live in /assets/css/ and are enqueued in a
critical-first order. This file exists for the WordPress theme header and a
small set of base resets so the theme degrades gracefully if the stylesheet
pipeline ever fails to load.
*/

:root {
    --at-bg: #ffffff;
    --at-text: #0f172a;
    --at-primary: #2563eb;
}

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    background: var(--at-bg);
    color: var(--at-text);
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: var(--at-primary); }

/* Skip link — accessibility baseline that must exist even without main CSS. */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
    padding: 0.75rem 1.25rem;
    background: #0f172a;
    color: #fff;
    border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }
