:root {
  /* Colors */
  --principal-600: #00400e;
  --mini-titulo: #9B6400;
  --fondo: #f8f8f8;
  --verde: #005a17;
  --verde-50: #c5ffca;
  --titulos: #001502;
  --texto-negro: #000000;
  --amber: #fea700;

  /* Typography — Headings (Lora) */
  --h1-size: 89.76px;
  --h2-size: 67.34px;
  --h3-size: 50.52px;
  --h1-family: 'Lora', serif;
  --h1-weight: 700;

  /* Typography — Body (Figtree) */
  --body-family: 'Figtree', sans-serif;
  --big-size: 18px;
  --p-size: 16px;
  --p-line-height: 24px;
  --p-weight-medium: 500;
  --p-weight-bold: 700;

  /* Layout */
  --section-px: 160px;
}
