/*
CTC Separate Stylesheet
Updated: 2026-07-09 16:08:55
*/

html {
	scroll-behavior: smooth;
}



.section-dark {
  background: #02080f;
}

.card-dark {
  background: #070a0e;
  border: 1px solid rgba(0, 150, 255, 0.35);
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #000;
  color: #f5f7fb;
}

h1, h2, h3, .section-title, .nav-link {
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}





.site-footer {
  background-color: #000;
  border-top: 3px solid #2c2c2c;
  font-size: 12px;
  padding: 10px;
}