/* Fonts */

@font-face {
    font-family: "Roboto Flex";
    src: url("/static/fonts/RobotoFlex.ttf");
}

/* Elements */

p, a, pre, li, label, input, textarea, button {
    font-family: "Roboto Flex";
    font-size: 0.9rem;
    line-height: 1.1rem;

    color: var(--text-color-1);

    white-space-collapse: preserve;
}

ol, ul {
    padding-left: 2rem;
}

/* Classes */

.bold-text {
    font-weight: 700;
}

.darker-text {
    color: var(--text-color-2);
}

.center-aligned-text {
    text-align: center;
}

/* IDs */