:root{
    /* colors */
    --color-box-borders: #995c00;
    --color-box-fill: rgb(241, 115, 11);

    --color-html-background: #fff;

    --color-links-normal: #083664;
    --color-links-visited: #663399;
    --color-links-hover: white;

    --color-logo-fill: white;
    --color-slogan: white;

    --color-nav: white;

    --color-titles: black;
    --color-paragraphs: #333333;

    --color-buttons: #083664;

    --color-normal-text: black;

    --color-section-color: rgb(45, 109, 204);
    --color-section-important: rgb(204, 83, 83);

    /* fonts */
    --font-primary: 'Google Sans', sans-serif;
    --font-titles: Manuale, serif;
    --font-quote: Manuale, serif;
    --font-network: 'Social Media Circled', serif;

    
}