/*
    Custom theme colours
    Change the values below to customise the template colours in one place.
    These defaults match the current template values.
*/
:root {
    --black: #000000;
    --dark: #1b1b1b; /*Body Background*/
    --dark-secondary: #262525; /*Body Background 2 */
    --white: #ffffff; /*Text color */
    --color-primary: #826a45; /*Icon color */
    --color-secondary: #e7272d;
    --color-optional: #cf820a;
    --color-heading: #04000b;
    --color-paragraph: #666666;
    --bg-gray: #EBE9E6;
    --bg-gradient: linear-gradient(45deg, var(--color-primary) 30%, #ffb800 100%);
}
