/* 
    This file contains the styles for the ArtisanConnect project.
    It includes Tailwind CSS via CDN and custom styles for the project.
*/

/* Background color for the entire application */
html, body, main {
    background-color: #f4ede0; /* Soft background color */
}

/* Primary accent color */
.accent {
    color: #4A90E2; /* Primary accent color */
}

/* Additional custom styles can be added below */

body {
    font-family: 'Open Sans', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .form-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}