:root {
    --green: #C9422D;
    --mint: #FFD166;
    --coral: #F28C28;
    --cream: #FFF8EA;
    --ink: #252525;
    --primary-dark: color-mix(in srgb, #C9422D 72%, black);
    --heading-font: Trebuchet MS, Arial, sans-serif;
    --body-font: Segoe UI, Arial, sans-serif;
    --corner-radius: .45rem;
}