@font-face {
  font-family: 'Roboto';
  src: url('roboto.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Roboto', sans-serif;
  position: relative;
}

.bg-primary {
  background-color: #1976d2 !important;
}

.text-primary {
  color: #1976d2 !important;
}

.btn-primary {
  background-color: #1976d2;
  border-color: #1976d2;
}

.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}

section {
  min-height: 100vh;
  padding: 4rem 0;
}

.navbar .nav-link.active {
  color: #0d6efd;
  font-weight: 500;
}

.hero-gradient {
  background: linear-gradient(135deg, #e3f2fd 0%, #e8eaf6 100%);
}

.cta-gradient {
  background: linear-gradient(90deg, #1976d2 0%, #1565c0 100%);
}
