/* dancing-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../wp-content/themes/cabeza/fonts/dancing-script-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dancing-script-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 500;
  src: url('../wp-content/themes/cabeza/fonts/dancing-script-v29-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body p {
    color: #fff;
}
p {
    color: #ffffff;
}
body h2 {
    color:#c5a059;
    font-family: 'Dancing Script';
}
body h3 {
    color:#c5a059;
}
body h5 {
    color:#c5a059;
}
.posttext p {
    color: #ffffff;
}
li {
    color: #ccc;
}
body h5 {
    margin: 25px 0 10px 0;
}
@media (max-width: 767px) {
	body h2 {
		font-size: 30px;
	}
}