﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');

body {
    font-size: 14px;
}

:root {
    --background: 0 0% 95%;
    --foreground: 0 0% 20%;
    --card: 0 0% 100%;
    --card-foreground: 0 0% 20%;
    --primary: 44.68deg 100% 45.29%;
    --primary-foreground: 0 0% 100%;
    --border: 0 0% 80%;
}

@media (prefers-color-scheme: dark) {
    :root:not(.light) {
        --background: 0 0% 10%;
        --foreground: 0 0% 100%;
        --card: 0 0% 5%;
        --card-foreground: 0 0% 100%;
        --primary: 44.68deg 100% 45.29%;
        --primary-foreground: 0 0% 100%;
        --border: 0 0% 24%;
    }
}

.logo {
    background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        height: 50px;
        aspect-ratio: 620 / 229;
        margin: auto;
}

.text-secondary {
	color: hsl(var(--primary));
}

.bg-card .heading {
    --text-lg-size: 1rem;
    --text-xl-size: 1rem;
    --text-2xl-size: 1rem;
    --text-3xl-size: 1.25rem;
    --text-4xl-size: 1.5rem;
    --text-5xl-size: 1.75rem;
    --text-6xl-size: 2rem;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .5em;
}

.prose h4,
.prose h5,
.prose h6 {
    font-size: 1rem;
}

.prose h1+*,
.prose h2+*,
.prose h3+*,
.prose h4+*,
.prose h5+*,
.prose h6+* {
    margin-top: 0;
}

header.bg-card {
    background: #000;
    color: #fff;
}

a.go-back {
  --primary: var(--foreground);
}

strong {
    font-weight: bold;
}

.btn {
    border-radius: 5px;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}

.score-card {
    border-radius: 0 !important;
}