/* Imagine This Brand Colours */
:root {
    /* Fonts */
    --it-heading-font: "Cinzel", Sans-serif;

    /* Colours */
    --it-black: #000;
    --it-white: #fff;
    --it-nearly-white: #dddddd;
    --it-dark-brown: #0B0202; /* rgb 11, 2, 2 */
    --it-dark-grey: #3e4349;
    --it-slate-grey: #252525;
    --it-gold: #AA811F;

    /* Box Shadow */
    --it-box-shadow: 0px 0px 29px 0px rgba(62, 67, 73, 0.5);

    /* Opaque Background */
    --it-op-back: rgba(11, 2, 2, 0.7);
}