/**
 * Shared Clinical Precision design tokens for CETS shortcodes.
 * Component CSS may override/extend these on their root selectors.
 */

.cets-home,
.cets-courses,
.cets-curso,
.cets-single-course,
.cets-cronograma,
.cets-aluguel,
.cets-empresas,
.cets-contato,
.cets-audience,
.cets-cursos-index,
.cets-institucional {
    --cets-primary: #00345d;
    --cets-navy: #00345d;
    --cets-secondary: #fe5e1e;
    --cets-orange: #fe5e1e;
    --cets-surface: #f8f9fe;
    --cets-surface-low: #f3f3f9;
    --cets-surface-card: #ffffff;
    --cets-text: #191c20;
    --cets-ink: #191c20;
    --cets-text-soft: #424750;
    --cets-shadow: 0 8px 24px rgba(0, 52, 93, 0.06);
}
