/*
Theme Name: WFM
Description: Dedicated WordPress theme for WFM
Version: 1.0
Author: WFM Team
*/

/* Basic styles for the WFM theme */
body {
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    color: #00a0d2;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 20px;
}