:root {
    /* fontes */
    --texto-logo: "Bebas Neue", sans-serif;
    --texto-comum: "Inter", sans-serif;
    --texto-destaque: "Playfair Display", serif;
    --texto-ttek-garden: "Science Gothic", sans-serif;

    /* cores */
    --background: #0A0A0A;
    --gradiente: linear-gradient(to left, #1F1F1F 0%, #121212 100%);
    --bg-card: #121212;
    --bg-secondary: #1F1F1F;
    --bg-components: rgba(31, 31, 31, 0.3);
    --bg-header: #1A1A1A;
    --bg-border: #2E2E2E80;
    --red-primary: #C91F1F;
    --red-dark: #8F0F19;
    --red-light: #E03838;
    --texto-foreground: #F2F2F2;
    --texto-muted-foreground: #999999;
    --texto-white: #fff;
    --green-primary: #4CA547;
    --green-dark: #194229;
}