/* OUI Build Template - User Custom CSS */

/*
 * This file is for user customizations.
 * Add your custom CSS rules here.
 * This file will not be overwritten during template updates.
 */

/* Example customizations */
/*
body {
    font-family: 'Your Custom Font', sans-serif;
}

.custom-header {
    background-color: #your-color;
}

.custom-button {
    background-color: #your-button-color;
    color: #your-text-color;
    border-radius: 5px;
    padding: 10px 20px;
}
*/