/*
Theme Name: Nexo Base Version 3
Theme URI: https://github.com/Kameloth2004/nexo-base
Author: Grupo IW8
Description: Nova geração independente do tema Nexo Base.
Version: 0.1.0-dev
Text Domain: nexo-base-version-3
*/

/**
 * Nexo Base Version 3
 *
 * O stylesheet principal recebe apenas os estilos-base que precisam
 * existir antes da futura pipeline de assets do tema.
 */

html {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    padding: 0;
    color: var(--nexo-color-text-primary, #111827);
    background-color: var(--nexo-color-surface-page, #FFFFFF);
}

a {
    color: var(--nexo-color-text-link, #C2410C);
}

a:hover {
    color: var(--nexo-color-text-link-hover, #9A3412);
}

:focus-visible {
    outline: 2px solid var(
        --nexo-color-interface-focus,
        #2563EB
    );
    outline-offset: 2px;
}

.nexo-has-color {
    color: var(--nexo-local-color);
}
