     /* Reset and variables */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-orange: #f28020;
            --primary-pink: #ce1280;
            --primary-purple: #432e7d;
            --dark-gray: #333333;
            --medium-gray: #5c5c5c;
            --light-gray: #bcbdbf;
            --white: #ffffff;
        }

        @font-face {
            font-family: 'Gotham Book';
            src: url('https://demo.iliantcapital.com/assets/fonts/GOTHAM-BOOK_0.woff2') format('woff2');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Myriad Pro';
            src: url('https://demo.iliantcapital.com/assets/fonts/MyriadPro-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }

        body {
            font-family: 'Gotham Book', Arial, sans-serif !important;
        }
        @media screen and (max-width: 768px) {
    body {
        font-family: 'Gotham Book', Arial, sans-serif !important;
    }
}
