/*
Theme Name: TAXADVISOR
Theme URI: https://taxvisorllp.com/
Description: Taxadvisor provide expert tax planning and financial consulting to help you reduce liabilities.
Version: 1.0.0
Author: Your Name
*/

/* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');

/* Root Variables */
:root {
        --wp--preset--color--theme-0: #1a232c; /* Adjust this hex if your theme's preset is different */
}



/* Global Styles */
body {
    font-family: 'Work Sans', sans-serif;
    margin: 0;
    padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
    margin: 0;
}

