@import url('css/nav-menu.css');
@import url('css/hero-section.css');

body {
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'figtree', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
