/*
Theme Name: Nexlotech
Theme URI: https://example.com/nexlotech
Author: Your Name
Author URI: https://example.com
Description: A modern, production-ready WordPress theme built with Bootstrap 5.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexlotech
Tags: bootstrap-5, responsive-layout, modern, clean
*/

/* 
 * -------------------------------------------------------------------------
 *  Global Styles
 * -------------------------------------------------------------------------
 */

:root {
    --theme-primary: #1a3c87;
    /* Updated to match the requested button color */
    --theme-secondary: #6c757d;
}

body {
    overflow-x: hidden;
    /* Prevent horizontal scroll from Bootstrap rows */
    font-family: 'Lato', sans-serif;
    /* Applied font globally */
}

/* Include theme specific CSS here to ensure it overrides defaults */
@import url('assets/css/theme.css');