/* assets/design-tokens.css
   Sistema de diseño compartido — cumsille.tech
   Usado por: index.css, erp/styles.css, gatitopro/styles.css,
   portfolio/styles.css, servicios/leads/*, resume/index.html */

:root {
    --bg-main: #0a0a0a;
    --bg-secondary: rgba(19, 19, 19, 0.85);
    --text-main: #f5f5f5;
    --text-muted: #999999;
    --accent-primary: #3b6ea5;
    --accent-hover: #5484bb;
    --border-glass: rgba(255, 255, 255, 0.08);
    --card-bg: rgba(19, 19, 19, 0.6);
    --color-loss: #b3453e;
}

body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.accent {
    color: var(--accent-primary);
    font-weight: 700;
}
