@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

* {
    font-family: 'Source Sans 3', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

h1, h2, h3, h4, h5 {
    font-family: 'Source Serif 4', ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
}

.main-logo-container {
    display: flex;
    justify-content: center;
}

#arnes-main-logo {
    height: 150px;
}

#jupyter-login-btn {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

#login-main {
    height: unset;
}

.main-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.language-select {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 1rem;
}

.opacity-0 {
    opacity: 0;
}

.h-full {
    height: 100%;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.items-center {
    align-items: center;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}
