/*
Theme Name: Bolso Coberto
Theme URI: https://bolsocoberto.com.br
Description: Tema filho do Twenty Twenty-Five para o portal Bolso Coberto.
Author: Bolso Coberto
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.2
Text Domain: bolsocoberto
*/

:root {
  --bc-ink: #121417;
  --bc-paper: #fafaf7;
  --bc-coverage: #0f7a4b;
  --bc-gold: #e8a317;
}

body {
  background: var(--bc-paper);
  color: var(--bc-ink);
}

.bc-kicker {
  color: var(--bc-coverage);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.bc-gold-rule {
  border: 0;
  height: 3px;
  width: 4rem;
  background: var(--bc-gold);
  margin: 0.75rem 0 1.25rem;
}
