:root {
    --theme-general-font: 'Poppins', sans-serif;
    --theme-secondary-font: "Barlow Condensed", sans-serif;
    --font-awesome: "Font Awesome 6 Pro";    

    --theme-base: #FDA609;
    --theme-base-rgb: 253, 166, 9;

    --theme-secondary: #174B9E;
    --theme-secondary-rgb: 23, 75, 158;

    --theme-black: #232B2C;
    --theme-black-rgb: 35, 43, 44;

    --theme-gray: #536566;
    --theme-gray-rgb: 83, 101, 102;

    --theme-white: #fff;
    --theme-white-rgb: 255, 255, 255;

    /**
    @font family declaration
    */
    --tp-ff-body: 'DM Sans', sans-serif;
    --tp-ff-heading: 'DM Sans', sans-serif;
    --tp-ff-p: 'DM Sans', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @color declaration
    */
    --tp-common-white: #fff;
    --tp-common-black: #16171a;
    --tp-common-black-2: #212226;
    --tp-common-black-3: #1d1e22;
    --tp-common-black-4: #1c1d20;
    --tp-common-black-5: #1c1d20;
    --tp-grey-1: #F5F7FA;
    --tp-grey-2: #f2edeb;
    --tp-grey-3: #f5f5f8;
    --tp-text-body: #727272;
    --tp-theme-1: #dd0733;
    --tp-border-1: #f0f0f0;
    --tp-border-2: #dfdcdc;
  }