@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Kaushan+Script&family=Manrope:wght@300;400;500;600;700&display=swap');

:root{
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Manrope', sans-serif;
    --font-accent: 'Kaushan Script', cursive;
}
