/**
 * Custom CSS for Flatsome Child Theme
 *
 * Add your custom styles here
 */

/* ==========================================================================
   Custom Styles
   ========================================================================== */

/* Example: Custom header styles */
/*
.header {
    background-color: #ffffff;
}
*/

/* Example: Custom button styles */
/*
.button.primary {
    background-color: #0066cc;
    color: #ffffff;
}
*/

/* Example: Custom typography */
/*
body {
    font-family: 'Arial', sans-serif;
}
*/

/* Example: Custom spacing */
/*
.container {
    padding: 20px;
}
*/