@charset "utf-8";
/* CSS Document */

@import url('https://fonts.cdnfonts.com/css/century-gothic-paneuropean');

body {  font-family: 'Century Gothic Paneuropean', sans-serif !impotant;
                                                 /* Replace "Your Chosen Font" with your desired font */
        }

        /* Optional: Override headings */
        h1, h2, h3, h4, h5, h6 {
            font-family: "Your Chosen Heading Font", sans-serif;  /* Replace "Your Chosen Heading Font" with your desired heading font */
        }

