@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

body { font-family: 'Inter', sans-serif; }

.brand-title { font-family: 'Nunito', sans-serif !important; font-size: 2rem; font-weight: 600; }
.navbar-custom { background-color: #222d3c; }
.navbar-custom .brand-title,
.navbar-custom .navbar-brand { color: #ffffff; font-family: 'Inter', sans-serif; font-weight: 500; }
.navbar-custom .brand-title:hover,
.navbar-custom .navbar-brand:hover { color: #a8d4f5; text-decoration: none; }
