/*
Theme Name: ValoPay
Description: WordPress theme for ValoPay with Gutenberg support
Version: 1.0
Author: ValoPay
*/

/* Import main styles */
@import url('assets/css/main.css');

/* Theme specific styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

/* Green theme colors */
.green-accent {
    color: #4CAF50;
}

.green-bg {
    background-color: #4CAF50;
}