@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.viewport-fix {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.error-card {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.03);
    max-height: 95vh;
    overflow-y: auto;
}

.error-card::-webkit-scrollbar {
    display: none;
}