body {
    font-family: 'Inter', sans-serif;
    background-color: #f0f0f0;
}

.default-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    background-color: #333;
    color: white;
    padding: 0.2rem;
}

.primary-text{
    color: #202020
}