@font-face {
  font-family: 'Big Caslon';
  src: url('../fonts/big-caslon/Big\ Caslon\ Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/century-gothic/centurygothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/century-gothic/centurygothic_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Centramos todas las pages las pages con un margen a ambos lados (solo cuando no estamos en el front, ya que lleva sus propios estilos) */
body:not(.path-frontpage) main .node--type-page .field {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.politica-legal p{
  font-family: 'Century Gothic' !important;
}
.politica-legal h1,
.politica-legal h2,
.politica-legal h3 {
  font-family: 'Big Caslon' !important;
}


