﻿:root {
  font-family: 'Montserrat', 'Proxima Nova', 'Gotham', sans-serif;
  color-scheme: light;
  color: #102741;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

a.email-link {
  color: #0d6efd;
}

a.email-link:hover {
  text-decoration: underline;
}

/* Ensure footer is visible and above any content */
footer {
  position: relative;
  z-index: 10;
}
