@font-face {
    font-family: 'Swis721_Light';
    font-style: normal;
    font-weight: normal;
    src: local('Swis721 LtEx BT W03 Light'), url('/media/fonts/Swis721 LtEx BT W03 Light/0dd66765d92de2afd4cb56c928db1d08.woff2') format('woff');
    }

    
.parrafo-estilizado {
  text-align: justify;
  text-indent: 2%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.parrafo-estilizado::first-letter {
  font-size: 150%;   /* 100 % más que el resto → el doble */
  font-weight: bold; /* opcional: hacerlo más prominente */
}



body {
    font-family: "Swis721_Light", verdana, sans-serif;
    user-select: none;
    /* cursor: crosshair; */
}

p {
  text-indent: 4em; /* Sangría de primera línea */
  text-align: justify; /* Justificar el texto */
  line-height: 1.5; /* Altura de línea */
}

.parrafo_resaltado {
    background-color: #dedede; /* gris claro */
    padding: 16px;              /* espaciado interno */
    border-radius: 6px;         /* opcional: bordes redondeados */
    margin-left:  5em;          /* margen izquierdo */
    margin-right: 5em;         /* margen derecho */
    line-height: 1.6;           /* mejora la legibilidad */
    font-size: larger;          /* tamaño de fuente ligeramente mayor */
  }
