/*
 * CTC Stays brand tokens.
 * Coral #ff6f61 · Navy #0c3c5e · Deep navy #0a1f3d · Aqua #328cc1 · Sand #f9f6f0 · Gold #cbaa5c
 */

:root {
	--ctc-coral: #ff6f61;
	--ctc-coral-hover: #e85a4d;
	--ctc-navy: #0c3c5e;
	--ctc-navy-deep: #0a1f3d;
	--ctc-aqua: #328cc1;
	--ctc-sand: #f9f6f0;
	--ctc-text: #2d3748;
	--ctc-white: #ffffff;
	--ctc-gold: #cbaa5c;
	--ctc-muted: #555555;
	--ctc-border: rgba(12, 60, 94, 0.15);
	--ctc-slate: #f8f8f8;
	--ctc-max: 1170px;
	--ctc-font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--ctc-font-nav: 'Montserrat', 'Open Sans', sans-serif;
	--ctc-font-body: 'Open Sans', system-ui, sans-serif;
	--ctc-hero-min-height: 86vh;
}
