/* Constants. */
:root {
    /* Core Constants. */
    --standard-margin: 20px;
    --standard-padding: 20px;
    --standard-border-radius: 4px;
    --logo-font-size: xx-large;
    --title-font-size: x-large;

    /* Derived variables. */
}
