body{
    --letter-color-primary: #fff;
    --letter-color-secondary: #000;
    --letter-color-tertiary: #333;
    --background-color-primary: #1fbffe;
    --background-color-secondary: #536eb7;
    --background-color-tertiary: #EB1663;
    --background-color-quaternary: #2ecc71;
    --background-color-quinary: #EB1663;
    --background-color-grey: #606060;
    --background-color-grey-light: #E1E1E1;
    --background-color-default-white: #fff;
    --background-color-default-fill: #333;
    --border-animation-color-1: #FF5733;
    --border-animation-color-2: #FFC300;
    --border-animation-color-3: #3AF990;
    --border-animation-color-4: #3A71F9;
    --border-animation-color-5: #F93A9C;
    --alert-success: #07bc0c;
    --alert-error: #e74c3c;
    --alert-warning: #f1c40f;
    --alert-info: #3498db;
}