:root {
    --tg-body-font-family: 'Roboto', sans-serif;
    --tg-heading-font-family: 'Oswald', sans-serif;
    --tg-primary-color: #FAA432;
    --tg-secondary-color: #0D9B4D;
    --tg-body-font-color: #777777;
    --tg-heading-font-color: #222222;
    --tg-paragraph-color: #777777;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 500;
    --tg-body-line-height: 1.6;
    --tg-heading-line-height: 1.2;
    --tg-dark: #000000;
    --tg-dark-two: #2A2A2A;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #FAA432;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #fff;
    --tg-gray: #ddd;
    --tg-gray-two: #F5F5F5;
}