/*
Custom CSS
Please make sure your CSS rules are
more particular / have higher priority
then other page styles
*/

/* 1. Importar Glacial Indifference */
@import url('https://fonts.cdnfonts.com/css/glacial-indifference-2');

/* 2. Tipografía general del sitio */
body,
button,
input,
select,
textarea,
p,
span,
div,
h1, h2, h3, h4, h5, h6 {
font-family: 'Glacial Indifference', sans-serif !important;
}

/* 3. Fondo del encabezado */
header,
.site-header,
.top-header,
.client-header {
background-color: #f5f1e8 !important;
}

/* 4. Estilos heredados del archivo original (vacíos para que los completes si hace falta) */
.start_date-block-container .zend_form dt b,
.start_date-block-container .zend_form dd label {
/* add your css rule here */
}