:root {
    --primary-color: #130F55;
    --secondary-color: #2F9B67;
    --text-color: #333333;
    --hero-height: 400px;
    --header-bg: #FFFFFF;
    --nav-color: #130F55;
    --nav-bg: #130F55;
    --nav-font-color: #FFFFFF;
    --nav-hover-color: #2F9B67;
    --footer-bg: #130F55;
    --footer-social-icon-color: #FFFFFF;
    --footer-social-icon-hover-color: #2F9B67;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Open+Sans:wght@400;700&');

h1 { font-family: 'Roboto', sans-serif; }
h2 { font-family: 'Roboto', sans-serif; }
h3 { font-family: 'Roboto', sans-serif; }
h4 { font-family: 'Roboto', sans-serif; }
h5 { font-family: 'Roboto', sans-serif; }
body { font-family: 'Open Sans', sans-serif; }
