.monospace{
    font-family: 'Cabin', sans-serif;
font-family: 'Kanit', sans-serif;
font-family: 'Space Mono', monospace;
}

/* Add this style to your existing style.css file or within a <style> block in the <head> */
ion-icon[name="menu"] {
    color: #ffffff; /* Set the color to your desired value */
    font-size: 2rem; /* Adjust the font size if needed */
    /* Add any other styling properties as needed */
    
  }
  .Michroma{font-family: 'Michroma', sans-serif;}
  .text-3xl {
    transition: background-color 0.5s ease, color 0.5s ease; /* Add a smooth transition effect */
  }
  
  .text-3xl.bg-black {
    background-color: #000000; /* Set the background color when the menu is open */
    color: #ffffff; /* Set the text color when the menu is open */
    /* Add any other styling changes for the toggle button when the menu is open */
  }
marquee{
    background: #ffffff;
}  
.bgicmg{
    background-image: url('smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation.jpg');
}
.abril{
  font-family: 'Abril Fatface', serif;
}
.lato{
  font-family: 'Lato', sans-serif;
}
.inter{
  font-family: 'Inter', sans-serif;
}