/* 
    This is the main stylesheet for the site. 
    It is generated by the PHP script style.php.
    Do not edit this file directly, as it will be overwritten.
*/

:root {
    --main-color: #D71515;
    --main-color-7F: #D715157F;
    --main-color-9F: #D715159F;
    --main-color-40: #D7151540;
    --main-color-20: #D7151520;
    --main-color-dark: #7c0c0c;
    --main-color-dark-hover: #9c1010;
    --deluxe-color: #e9701a;
    --deluxe-color-40: #e9701a40;
    --deluxe-color-20: #e9701a20;
}

h1 {
    color: #FF0000;
}