/* Custom Fonts for Grand Tours */
@font-face {
    font-family: 'Galano Grotesque Medium';
    src: url('https://cruisefinder.nyc3.cdn.digitaloceanspaces.com/tenants/grandtours/web/GalanoGrotesqueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque Bold';
    src: url('https://cruisefinder.nyc3.cdn.digitaloceanspaces.com/tenants/grandtours/web/GalanoGrotesqueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque SemiBold';
    src: url('https://cruisefinder.nyc3.cdn.digitaloceanspaces.com/tenants/grandtours/web/GalanoGrotesqueSemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('https://cruisefinder.nyc3.cdn.digitaloceanspaces.com/tenants/grandtours/web/DMSerifDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Aplicar fuentes */
.galano-page {
    font-family: 'Galano Grotesque Medium', Arial, sans-serif;
}

.galano-page h1 {
    font-family: 'Galano Grotesque Bold', Arial, sans-serif;
    font-weight: 700;
	font-size: 65px;
}

.galano-page h2 {
    font-family: 'Galano Grotesque SemiBold', Arial, sans-serif;
    font-weight: 600;
}

.galano-page h3, 
.galano-page h4, 
.galano-page h5, 
.galano-page h6 {
    font-family: 'Galano Grotesque Medium', Arial, sans-serif;
    font-weight: 500;
}

.font-galano-medium {
    font-family: 'Galano Grotesque Medium', Arial, sans-serif;
}

.font-galano-bold {
    font-family: 'Galano Grotesque Bold', Arial, sans-serif;
}

.font-galano-semibold {
    font-family: 'Galano Grotesque SemiBold', Arial, sans-serif;
}

.font-dm-serif {
    font-family: 'DM Serif Display', Georgia, serif;
    font-style: italic;
}

.titulo{
	font-family: 'DM Serif Display', Georgia, serif;
	font-style: italic !important;
	font-size: 34px !important;
	font-weight: normal !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
	
.content {
    font-family: 'Galano Grotesque Medium', Arial, sans-serif;
	font-size: 14px !important;
}

.grandtours {
    font-family: 'Galano Grotesque Medium', Arial, sans-serif;
    font-weight: 700 !important;
	font-size: 65px !important;
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}