﻿/*
Theme Name: Authentic Blue
Theme URI: https://authentic.net/
Author: Elevation Distribution
Author URI: https://elevationdist.com/
Description: Authentic.net â€” U.S.-based brand-protection platform. A pixel-faithful conversion of the proposed marketing design into a classic WordPress theme, with GSAP/Lenis scroll motion, custom page templates, and the Plus Jakarta Sans typeface.
Version: 1.12.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: authentic-blue
*/

/* Base look & typography live inline in header.php so every template
   (and the block editor front-end) renders identically. This stylesheet
   is intentionally minimal and mainly carries the theme header above. */

html {
	scroll-behavior: auto; /* Lenis handles smooth scrolling when enabled */
}

body {
	margin: 0;
}

img,
svg {
	max-width: 100%;
}
