/*
 * style.css — WordPress Theme Stylesheet (Master Entry Point)
 * Link Build Forge Theme
 * =====================================================
 *
 * Theme Name:        Link Build Forge
 * Theme URI:         https://linkbuildforge.com
 * Author:            Link Build Forge
 * Author URI:        https://linkbuildforge.com
 * Description:       A professional, editorial link building agency theme for WordPress. Built for performance, accessibility, and SEO. Features a clean navy and green palette, responsive layout, and scroll-reveal animations.
 * Version:           1.0.0
 * License:           GNU General Public License v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:       link-build-forge
 * Tags:              seo, agency, business, professional, one-column, custom-colors
 *
 */

/*
 * NOTE: In a real WordPress theme, CSS files are enqueued via functions.php.
 * This style.css is the WordPress theme identification file.
 * For browser preview of index.html, all CSS partials are imported below.
 */

@import url('base.css');
@import url('layout.css');
@import url('components.css');
@import url('header.css');
@import url('footer.css');
@import url('animations.css');
