:root {

    /* BTstore Colors */

    --bt-black: #0a0a0a;
    --bt-dark: #151515;
    --bt-orange: #ff6a00;
    --bt-orange-hover: #e85d00;

    --bt-white: #ffffff;
    --bt-gray: #777777;

}