:root {
    --app-font-family: "Patrick Hand", cursive;
}

html,
body {
    font-family: var(--app-font-family);
}