/* This file contains custom styles extracted from index.html 
    for better organization.
*/

/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    color: #1f2937; /* Default dark text */
}

/* Custom styles for the law theme colors */
.color-primary { 
    background-color: #1e3a8a; /* Dark Blue */
} 
.color-secondary { 
    background-color: #1f2937; /* Dark Gray/Black */
}
.color-accent { 
    background-color: #f59e0b; /* Gold/Yellow for CTA */
}