:root {
	--rtm-black: #050505;
	--rtm-black-soft: #0b0b0c;
	--rtm-charcoal: #151515;
	--rtm-charcoal-light: #202022;
	--rtm-paper: #e9e3d7;
	--rtm-paper-deep: #d8d0c2;
	--rtm-wine: #7c1010;
	--rtm-wine-dark: #4c0808;
	--rtm-amber: #c79143;
	--rtm-gold: #a47c3b;
	--rtm-petroleum: #173238;
	--rtm-gray: #9b9b9b;
	--rtm-white: #f5f5f2;
	--rtm-ink: #181613;
	--rtm-font-editorial: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
	--rtm-font-interface: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--rtm-step--1: clamp(.78rem, .75rem + .12vw, .875rem);
	--rtm-step-0: clamp(1rem, .96rem + .18vw, 1.125rem);
	--rtm-step-1: clamp(1.25rem, 1.12rem + .55vw, 1.6rem);
	--rtm-step-2: clamp(1.65rem, 1.34rem + 1.22vw, 2.45rem);
	--rtm-step-3: clamp(2.15rem, 1.55rem + 2.35vw, 3.85rem);
	--rtm-step-4: clamp(2.75rem, 1.7rem + 4.15vw, 5.75rem);
	--rtm-space-1: .5rem;
	--rtm-space-2: .75rem;
	--rtm-space-3: 1rem;
	--rtm-space-4: 1.5rem;
	--rtm-space-5: 2rem;
	--rtm-space-6: 3rem;
	--rtm-space-7: clamp(4rem, 8vw, 7.5rem);
	--rtm-shell: 76rem;
	--rtm-reading: 45rem;
	--rtm-radius: .2rem;
	--rtm-border: rgba(199, 145, 67, .34);
	--rtm-shadow: 0 1.5rem 4.5rem rgba(0, 0, 0, .28);
	--rtm-header-height: 5.25rem;
	--rtm-ease: cubic-bezier(.2, .7, .2, 1);
}

