:root {

    --primary: #C89B5B;
    --primary-hover: #D9AA67;

    --black: #050505;
    --dark: #0D0D0D;
    --card: #111111;

    --white: #FFFFFF;
    --gray: #A8A8A8;

    --border: #252525;

    --container: 1280px;

    --transition: all .3s ease;

}