/*
 * Custom CSS for Quantum Movement Theme
 * 
 * Add your custom styles here.
 * This file will be loaded after the main theme stylesheet.
 * 
 * Tips:
 * - Use specific selectors to override theme styles
 * - Test styles on different screen sizes
 * - Keep styles organized with comments
 */

/* Example: Custom button styles */
/*
.custom-button {
    background-color: #007cba;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #005a87;
}
*/

/* Example: Custom typography */
/*
.custom-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #2c3e50;
}
*/

/* Example: Custom spacing */
/*
.custom-section {
    padding: 60px 0;
    margin-bottom: 40px;
}
*/

/* Add your custom styles below this line */ 

.page-id-483 .main-title::before {
    content: '\f058';
    font-family: 'FontAwesome';
    display: block;
    font-size: 72px;
}

@media (max-width: 768px) {
    .page-id-483 .main-title::before {
        font-size: 32px;
    }
}