/* SC Diving - Global Styles */

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #0e3a54;
  color: #fff;
}

a {
  color: #00bfff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Utility padding/margin helpers */
.mt-1 { margin-top: 1em; }
.mb-1 { margin-bottom: 1em; }
.p-1  { padding: 1em; }