:root {
    --brand-500: #00364a;
    --brand-600: #000000;
    --accent-500: #00a3d7;
    --text-color: #212529;
    --bg-color: #ffffff;
}

body { font-family: 'Raleway', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; }
