
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        html {
            scroll-behavior: smooth;
        }
        .arimo {
            font-family: "Arimo", sans-serif;
            font-weight: 700;
        }
        .merry {
            font-family: "Merriweather", sans-serif;
            font-weight: 700;
        }
        .article-content {
            font-size: 1.0625rem;
            line-height: 1.8;
            color: #4b5563;
        }