/*
Theme Name: Superdata Theme
Theme URI: http://superdata.local/
Author: Superdata
Author URI: http://superdata.local/
Description: Tema customizado para o projeto Superdata, focado em performance sem uso de frameworks como Elementor, Tailwind ou Bootstrap.
Version: 1.0.0
Text Domain: superdata-theme
*/

/* Variáveis base */
:root {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --text-color: #333333;
    --bg-color: #f5f5f5;
    --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    margin: 0;
    font-family: var(--font-family-base);
    color: var(--text-color);
    background-color: var(--bg-color);
}
