:root {
    
    /* Font */
    --font-family: 'Noto Sans', sans-serif;

    /* Logo */
    --logo-url: url(/custom/logo/gd.png);
    /* --logo-url: url(/public/custom/logo/gd.png); */

    /* Colors */
    --brand-select: #79A733;
    --brand-progress: #79A733;
    --brand-question: #121212;
    --brand-button: #79A733;
    --bg-color: #F0F5E8;
    
    /* Option box */
    --option-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --option-border: none;

    --radius-option: 8px;
    --radius-nav-button: 100px;
    --radius-input: 8px;
    --radius-circle: 100px;

    /* Number box */
    --number-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --number-border: 0;
    --number-radius: 8px;

    /* Form inputs */
    --input-border: none;
    --input-radius: 8px;
    --input-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --input-outline: var(--brand-select);
}
