@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/CormorantGaramond-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/CormorantGaramond-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/CormorantGaramond-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Cormorant Garamond";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/CormorantGaramond-LightItalic.woff2") format("woff2");
}

@font-face {
	font-family: "Cormorant Garamond";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/CormorantGaramond-Italic.woff2") format("woff2");
}

@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 300 500;
	font-display: swap;
	src: url("../fonts/Jost-VariableFont_wght.woff2") format("woff2");
}

@font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 300 500;
	font-display: swap;
	src: url("../fonts/Jost-Italic-VariableFont_wght.woff2") format("woff2");
}

:root {
	--rr-mist: #eaeae3;
	--rr-paper: #f7f5f0;
	--rr-sand: #c7bca3;
	--rr-stone: #9f997a;
	--rr-ink: #26261f;
	--rr-ink-deep: #211f19;
	--rr-slate: #57544a;
	--rr-slate-light: #8a8778;
	--rr-charcoal: #3a382f;
	--rr-rule: rgba(38, 38, 31, 0.16);
	--rr-rule-soft: rgba(38, 38, 31, 0.1);
	--rr-rule-dark: rgba(199, 188, 163, 0.2);
	--rr-max: 1320px;
	--rr-gutter: clamp(20px, 4vw, 52px);
	--rr-section-large: clamp(64px, 8vw, 112px);
	--rr-section-medium: clamp(48px, 7vw, 96px);
	--rr-section-small: clamp(36px, 4vw, 60px);
	--rr-gap-large: clamp(32px, 4vw, 72px);
	--rr-gap: clamp(20px, 2.4vw, 34px);
	--rr-serif: "Cormorant Garamond", Georgia, serif;
	--rr-sans: "Jost", "Helvetica Neue", Arial, sans-serif;
	--rr-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
	--rr-newsletter-columns: minmax(0, 1fr) auto;
	--rr-newsletter-button-width: auto;
	--rr-offer-preview-columns: 3;
	--rr-offer-preview-auto-flow: row;
	--rr-offer-preview-auto-columns: auto;
	--rr-offer-preview-overflow: visible;
	--rr-offer-preview-padding-bottom: 0;
	--rr-offer-preview-scroll-snap: none;
	--rr-offer-slider-card-width: calc((100% - (2 * var(--rr-gap))) / 3);
	--rr-exely-hero-height: clamp(500px, 64vh, 780px);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--rr-mist);
	color: var(--rr-ink);
	font-family: var(--rr-sans);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body.rr-scroll-locked {
	overflow: hidden;
}

::selection {
	background: var(--rr-stone);
	color: var(--rr-paper);
}

img,
svg,
video {
	display: block;
	max-width: 100%;
}

img,
video {
	height: auto;
}

a {
	color: inherit;
}

button,
input,
select,
textarea {
	border-radius: 0;
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 1px solid var(--rr-ink);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--rr-serif);
	font-weight: 300;
	line-height: 1.05;
	text-wrap: balance;
}

h1 {
	font-size: clamp(38px, 6vw, 82px);
	line-height: 0.98;
}

h2 {
	font-size: clamp(30px, 4vw, 54px);
	line-height: 1.02;
}

h3 {
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.1;
}

p {
	text-wrap: pretty;
}

.rr-eyebrow {
	color: var(--rr-stone);
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.32em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rr-meta {
	color: var(--rr-slate-light);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.rr-icon {
	flex: none;
}

[hidden] {
	display: none !important;
}

@media (max-width: 600px) {
	:root {
		--rr-contact-columns: 1fr;
		--rr-header-brand-justify: start;
		--rr-header-columns: auto minmax(0, 1fr) auto;
		--rr-header-gap: 12px;
		--rr-header-left-gap: 0;
		--rr-newsletter-columns: 1fr;
		--rr-newsletter-button-width: 100%;
		--rr-offer-preview-auto-flow: column;
		--rr-offer-preview-auto-columns: minmax(270px, 84vw);
		--rr-offer-preview-overflow: auto;
		--rr-offer-preview-padding-bottom: 8px;
		--rr-offer-preview-scroll-snap: x mandatory;
		--rr-offer-slider-card-width: min(270px, 84vw);
		--rr-exely-hero-height: max(400px, calc(100svh - 83px));
	}

	.rr-hide-sm {
		display: none !important;
	}

	:root .rr-offer-list--preview {
		grid-template-columns: repeat(var(--rr-offer-preview-columns), minmax(270px, 84vw));
	}

	:root .rr-offer-list--preview.rr-offer-list--count-1 {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
