:root {
    --primary: #CD5959;
    --primary-rgb: 204,88,88;
    --primary-dark: #AC3535;
    --primary-darker: #852929;
    --primary-darkest: #461616;
    --secondary: #153456;
    --secondary-rgb: 21,52,86;
    --secondary-dark: #122e4d;
    --secondary-darker: #102944;
    --secondary-darkest: #0e243c;
}
