/*
Theme Name: Titan Lab Theme
Theme URI: https://example.com/labnb-theme
Author: Titan Lab Team
Author URI: https://example.com
Description: A clean, extensible WordPress theme scaffold for Titan Lab research websites.
Version: 0.1.40
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: labnb-theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, blog, one-column, two-columns
*/

:root {
    --labnb-font-sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
    margin: 0;
    font-family: var(--labnb-font-sans);
}
