body {
    background-color: oklch(.97 .001 106.424);
    color: #000;
    font-family: 'Sora', sans-serif;
    padding-bottom: 3rem;
}

.theme-top-bar {
    background-color: #fff;
}

.theme-logo {
    height: 4rem;
    width: auto;
}

.theme-header {
    margin-top: 2rem;
}

.theme-navigation-dialog {
    background-color: oklch(.97 .001 106.424);
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
}

.theme-cta-button {
    background-color: oklch(57.7% 0.245 27.325);
    color: #fff;
}

.theme-card {
    background-color: #fff;
}

.theme-card-tag {
}

.theme-close-button {
    background-color: #000;
    color: #fff;

    &:hover {
    }
}
