@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.card {
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.qr-placeholder img {
    max-width: 200px;
    height: auto;
}

.card-title {
    font-weight: 800;
    letter-spacing: -0.5px;
}