/* Custom styles for fonts */
        body {
            font-family: 'Inter', sans-serif;
        }

        /* Applying the fun, handwritten font to headings and nav */
        h1, h2, h3, nav a, .logo-font {
            font-family: 'Gaegu', cursive;
        }

        /* The container for the main content area */
        .content-wrapper {
            background-color: white;
        }