@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Quicksand:wght@400;500;600;700&display=swap');

html,
body {
    font-family: 'Quicksand', system-ui, sans-serif;
}

.logo-font {
    font-family: 'Patrick Hand', cursive;
}
