/*
Theme Name: latticeWorks
Theme URI: https://latticeworks.io
Author: latticeWorks LLC
Author URI: https://latticeworks.io
Description: A sleek, modern WordPress theme for latticeWorks LLC — a software development studio. Features a 3D animated lattice hero, buttery smooth scroll, choreographed reveal animations, and a refined editorial dark aesthetic. Built for high-end software and protocol companies.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: latticeworks
Tags: one-column, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, dark-mode, full-site-editing, custom-logo
*/

/* Main visual styles are loaded from assets/css/main.css via functions.php.
   This file remains for the WordPress theme header and minimal reset only. */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    font: inherit;
    cursor: pointer;
}

a {
    color: inherit;
}
