/*
Theme Name: Caveira Academy
Theme URI: https://caveiraacademy.com.br
Author: TRI Marketing Digital
Author URI: https://trimarketingdigital.com.br
Description: Tema institucional dark/tático para Caveira Academy, com home de impacto e página de captura de leads integrada ao Google Sheets.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: caveira-academy
*/

:root{
  --black:#0a0a0a;
  --black2:#0f0f0f;
  --surface:#1a1a1a;
  --border:#2a2a2a;
  --red:#cc1f1f;
  --red2:#e02020;
  --white:#f0f0f0;
  --white2:#c8c8c8;
  --muted:#6a6a6a;
}

body{
  background:var(--black);
  color:var(--white);
}

a{ color:var(--red); }
a:hover{ color:var(--red2); }
