@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    --themeprimaryclr:#C8102E;
    --themesecondaryclr: #696969;
    --themethirdclr: #1bb174;
    --themeforhtclr: #696969;
    --themefifthclr: #727272;
    --customhover: #fff2f2;
    --plainclr: #fff;
    --darkclr: #000;
    --lightbg: #fafafa;
    --themehoverclr: #bb1b35;
    --themehovertwo: #c45c6d;
    --bs-table-color: #cdcdcd;
    --bodyclr: #343538;
    --theme-color: #343538 !important;
    --borderclr: #f1f1f1;
    --border-bottom-clr: #b1b1b1;
    --headingclr: #000000;
    --footerclr: #ccc;
    /* share color */
    --greenclr: #43a700;
    --greenbadge: #52c504;
    --greenhover: #008f03;
    --redclr: #ff2b2b;
    --orangeclr: #d68b00;
    --btnclrone: #1f1f1f;

    /* font family */
    --primaryfont: "Inter", sans-serif;

    /* new addon */
    --gallery-overlay: #05090ac2;
    --closeclr: #ff0000;
    --overlight: #343e45;
    --footer-bgclr: #000000;
    --lihover-clr: #474747;
    --mainclr: #212529bf;

    --review-bg1: #00602B;
    --review-bg1-hover: #128947;
    --review-bg2: #92D14F;
    --review-bg2-hover: #85bf47;
    --review-bg3: #FEC923;
    --review-bg3-hover: #e1b119;
    --review-bg4: #FA9924;
    --review-bg4-hover: #ef9d3b;
    --review-bg5: #EA0001;
    --review-bg5-hover: #bf0304;
    --review-bg6: #435050;
    --review-bg6-hover: #283030;
}

body,
a,
p,
div,
span,
li {
    color: var(--bodyclr);
}

p {
    font-family: var(--primaryfont);
}