/* @font-face {
  font-family: "Max Sans";
  src: url("../../css/fonts/NetflixSans_W_Md.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* Importar la fuente bold */
/* @font-face {
  font-family: "Max Sans";
  src: url("../../css/fonts/NetflixSans_W_Md.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
} */ 

body {
  font-family: "calibri";
  text-align: justify;
  background-color:  #ffffff;
  color: rgb(0, 0, 0);
}

h1 {
  margin: 3rem 0;
  font-weight: 700;
}

h2 {
  margin: 2.5rem 0 0;
}

a {
  color: rgb(0, 0, 0);
}

.table-bordered td,
.table-bordered th {
  color: rgb(0, 0, 0);
  text-align: center; /* Alinea el contenido al centro */
}
