/* palette variables */
:root {
  --charcoal-blue: #404e5c;
  --blue-slate: #4f6272;
  --periwinkle: #b7c3f3;
  --petal-rouge: #dd7596;
  --rosewood: #cf1259;

  /* small helper to expose accent and base colors */
  --accent: var(--blue-slate);
  --bg: #ffffff;
  --text: #111111;
}

.text-destaque{color:var(--rosewood);padding:0 .25ch;display:inline}