:root {

    --app: #00434b;
    --back: #002a30;

    --primary-light: #4f8e98;
    --primary: #00434b;
    --primary-dark: #002a30;
    --primary-darker: #00262b;

    --front: #f0ebd8;
    --middle: #bab9ad;
    --gray: #5B6770;
    --green: #15803d;
    --red: #b00000;
    --dark: #212529;
    --green_price: #58ed90;
    --green-transparent: #58ed915c;;
    --green-online: #0bbc4f64;;
    --red_price: #ed5858;
    --red-transparent: #ed585865;
    --red-offline: #ad3030bd;
    --transactions-color: #0f6163;
    --primary-darkground: #FFFFFF;
    --dark-red: #a30000;
    --dark-green: #034638;
    --dark-back: #2c3236;
    --blue: #27acff;
    --yellow:#dfe300;
    --gold:rgb(195, 166, 0);
  }
