:root {
    /* --bulma-text: red; */
    /* --bulma-primary-rgb: yellow; */
    --bulma-primary-h: 208;
    --bulma-primary-s: 92%;
    --bulma-primary-l: 26%;

    --bulma-navbar-h: 221deg;
    --bulma-navbar-s: 14%;
    --bulma-navbar-l: 100%;

    --bulma-navbar-item-color-h: 221;
    --bulma-navbar-item-color-s: 14%;
    --bulma-navbar-item-color-l: 100%;

    --bulma-navbar-item-background-h: 208deg;
    --bulma-navbar-item-background-s: 92%;
    --bulma-navbar-item-background-l: 26%;

    /* --bulma-link-h: 221deg;
    --bulma-link-s: 14%;
    --bulma-link-l: 100%; */
    /* --primary-color: hsl(0, 0%, 14%); */
    /* --primary-color: white; */
    --primary-bg: hsl(0, 0%, 96%);
    --secondary-color: white;
    --secondary-bg: white;
    --border-color: #dbdbdb;
    --border-hover: #363636;
    --background: hsl(0, 0%, 96%);
    --page-font-size: 1.6rem;
    --topbar-font-size: 1.6rem;
    --form-font-size: 1.6rem;
    --notification-font-size: 1.6rem;
    --shadow-level-1: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
        0 0px 0 1px rgba(10, 10, 10, 0.02);
}