@font-face {
  font-family: Monserrat;
  src: url('https://tinglao.simpleonline.es/fonts/Montserrat.ttf');
}
html, body {
	background: #1d1d1d;
	font-family: "Montserrat",Sans-serif
}
h2 {
    font-size: 2rem;
  font-weight: 600;
}
h3 {
  font-size: 20px !important;
  font-weight: bold !important;
}
a {
  color: white !important;
}
.actor a h2 {
  text-shadow: 1px 1px 2px black;
}
.navbar-nav {
	gap: 25px;
}
.navbar-nav a {
	color: white !important;
  	font-size: 20px;
}
body {
	color: white;
}
.navbar-toggler {
	color: white;
}
.actor-titulo {
	padding-top: 25px;
    font-size: 48px;
    font-weight: 600;
}
.post-content {
    font-size: 16px;
    text-align: justify;
}
@media (max-width: 768px) {
	.custom-gallery {
		
    }
    .custom-gallery img {
		width: 100%;
    }
}