@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
html, body {
    font-family: -apple-system, 'Inter', 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: 100%;
}

h1, h2, h3 {
    font-weight: 600;
}

button, label {
    font-weight: 500;
}

small, .text-xs {
    font-weight: 400;
}


 main {
    flex: 1;
}

 footer {
    margin-top: auto;
}