/* Menu Title */
.menu-title {
  font-size: 0.5rem; /* Smaller title size */
  font-weight: normal; /* Normal font weight */
  margin-bottom: 3px; /* Smaller spacing below the title */
  text-transform: uppercase !important; /* Convert title to uppercase */
}

/* Menu Subtitle */
.menu-subtitle {
  font-size: 1.9rem; /* Smaller subtitle size */
  font-style: normal; /* Normal style */
  color: #666; /* Optional: lighter subtitle color */
  margin-bottom: 5px; /* Smaller spacing below the subtitle */
  text-transform: uppercase !important; /* Convert title to uppercase */
}

/* Menu Icons */
.menu-icon {
  font-size: 2rem; /* Smaller icon size */
  margin-right: 5px; /* Less space between the icon and the text */
}
