:root {
    --t-c-primary: #e3000f;
    --t-c-surface: #fff;
    --t-c-on-surface: #000;
    --t-c-on-primary: #fff;


    --t-border-radius: 5px;
    --t-border-radius-sm: 3px;
    --t-border-radius-lg: 10px;

    --t-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    --t-shadow-sm: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    --t-shadow-lg: 0 2px 4px 0 rgba(0, 0, 0, 0.1);

    --t-screen-sm: 768px;
    --t-screen-md: 1024px;

    --t-content-width: 1000px;
    --t-content-width-sm: 100%;

    /* Header */
    --t-header-height: 80px;
    --t-header-height-sm: 60px;
}