/*
Theme Name: Agentivx
Theme URI: https://example.com/agentivx
Author: Agentiv-x
Author URI: https://example.com
Description: Custom WordPress theme for Agentiv-x marketing site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agentivx
Tags: one-column, custom-logo, responsive-layout, accessibility-ready
*/

:root {
    --brand-dark: #1B143B;
    --brand-green: #5EFF71;
    --brand-blue: #00BCF1;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    background-color: var(--brand-dark);
    color: white;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}
