body {
    font-size: 100%; /* Default font size */
}

.font-size-adjust {
    transition: font-size 0.3s ease; /* Smooth transition for font size changes */
}