:root {
    --project-accent-color: #E2001A;
    --project-link-color: #E2001A;
    --project-button-color: #E2001A;
    --project-big-buttons-text-hover-color: var(--font-color-inverted, whitesmoke);
    /*Style the black svg icons to a color similar to the primary color*/
    /*Finding filter for color: https://angel-rs.github.io/css-color-filter-generator/ */
    --project-big-buttons-icon-filter: invert(20%) sepia(9%) saturate(2106%) hue-rotate(172deg) brightness(93%) contrast(86%);
    --project-big-buttons-icon-filter-hover: invert(100%); /*white*/
}

[data-theme="dark"] {
    --project-accent-color: #bd0a1c;
    --project-link-color: #bd0a1c;
    /*--project-button-color: #cdddf3;*/
    --project-button-color: #bc0318;
    --project-big-buttons-icon-filter: brightness(0) saturate(100%) invert(83%) sepia(11%) saturate(350%) hue-rotate(178deg) brightness(108%) contrast(88%);
    --project-big-buttons-icon-filter-hover: invert(20%) sepia(9%) saturate(2106%) hue-rotate(172deg) brightness(93%) contrast(86%);
    --project-big-buttons-text-hover-color: #E2001A;
}

body {
}

