:root {

    /* GENERAL */
    --font-family: 'Roboto', sans-serif;

    --clr-white: rgba(206, 42, 46, 0.25);

    --button-theme-01: #ce2a2e;
    --button-theme-01-hover: #051C55;
    --button-theme-02: #051C55;
    --button-theme-02-hover: #ce2a2e;

    --feature-icon-color: #ce2a2e;
    --site-title: #ce2a2e;

    --background-theme-01: #ce2a2e;
    --color-theme-01: #ce2a2e;
    --background-color-theme-01: #ce2a2e;
    --border-color-theme-01: #ce2a2e;

    --background-theme-02: #051C55;
    --color-theme-02: #051C55;
    --background-color-theme-02: #051C55;
    --border-color-theme-02: #051C55;

    --background-theme-white: #FFFFFF;
    --color-theme-white: #FFFFFF;
    --background-color-theme-white: #FFFFFF;
    --border-color-theme-white: #FFFFFF;





}