:root {

    /* Barve */
    --color-primary: #234089;
    --color-primary-dark: #1b3470;
    --color-secondary: #FFD100;

    --color-text: #1E1E1E;
    --color-text-light: #666666;

    --color-white: #FFFFFF;
    --color-light: #F8F9FB;
    --color-border: #E5E7EB;

    /* Pisava */
    --font-family: 'Montserrat', sans-serif;

    /* Velikosti */
    --container-width: 1200px;
    --header-height: 90px;
    --border-radius: 16px;

    /* Razmiki */
    --section-spacing: 100px;

    /* Sence */
    --shadow: 0 10px 30px rgba(0,0,0,.08);

    /* Animacije */
    --transition: .3s ease;

}