/* Custom styles to complement Tailwind */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Color scheme inspired by the logo */
.bg-cream {
    background-color: #f5f5e9; /* Light cream from logo background */
}

.bg-brown {
    background-color: #6b4e31; /* Brown from coffee cup */
}

.text-brown {
    color: #6b4e31;
}

.text-cream {
    color: #f5f5e9;
}

.cover-logo {
  border: #272727 solid 8px;
}
