:root {
    --font-title: 'Nunito', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-title-medium: 'Varela Round', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-paragraph: 'Gudea', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-home-pills: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --home-surface: radial-gradient(circle at top right, rgba(255, 46, 126, 0.10), transparent 34%), linear-gradient(135deg, #ffffff 0%, #fff7fb 100%);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: var(--font-paragraph);
    background: var(--home-surface);
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
    font-family: var(--font-title);
}

h4,
h5,
h6 {
    font-family: var(--font-title-medium);
}

p {
    font-family: var(--font-paragraph);
}

a {
    color: inherit;
}
