body {
  background: #000;
  color: #f5f5f5;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kelly-slab-regular {
  font-family: "Kelly Slab", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* <weight>: Use a value from 400 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */
.font-orbitron {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-tektur {
  font-family: "Tektur", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: aqua;
}

/* custom.css */
.page-legal {
  color: #f8f9fa;
  /* texto claro */
}

.page-legal h1 {
  color: #ffffff;
  border-bottom: 2px solid #0d6efd;
  /* azul corporativo NextGen */
  display: inline-block;
  padding-bottom: .25rem;
}

.page-legal .breadcrumb {
  background: transparent;
}

.page-legal .breadcrumb-item a {
  color: #adb5bd;
  /* gris claro elegante */
  text-decoration: none;
}

.page-legal .breadcrumb-item a:hover {
  color: #ffffff;
  /* resalta al hover */
}

.page-legal .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}