/*
Theme Name: A1 Steels Custom Theme
Description: Professional custom WordPress theme for A1 Steels with SiteOrigin Page Builder integration. Features responsive design, modern CSS architecture, and comprehensive component system.
Author: Your Agency/Developer Name
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a1-steels
Tags: custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, custom-colors, editor-style, wide-blocks

A1 Steels Custom Theme, Copyright 2024
A1 Steels Custom Theme is distributed under the terms of the GNU GPL.
*/

/* 
 * This file is mainly for WordPress theme recognition.
 * Main styles are loaded via functions.php for better control and optimization.
 * 
 * The theme uses a modular CSS architecture:
 * - Global variables and base styles
 * - Layout components (header, footer, sections)
 * - Reusable components (buttons, cards, forms)
 * - Page-specific styles
 * - Responsive styles
 */

 @import url("https://p.typekit.net/p.css?s=1&k=zkm3kla&ht=tk&f=24737.24744&a=62697238&app=typekit&e=css");

/* Emergency fallback styles in case CSS files fail to load */
body {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #222;
    margin: 0;
    padding: 0;
}