@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Elsie&family=Manrope:wght@300;400;500;600;700&display=swap');

:root {
    --font-body: 'Manrope', sans-serif;
    --font-heading: 'Elsie', serif;
    --font-accent: 'Berkshire Swash', cursive;
}