@font-face {
  font-family: 'IBMPlex';
  src: url('/fonts/IBMPlexSans-Regular.woff2') format('woff2'),
       url('/fonts/IBMPlexSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --bs-body-font-family: 'IBMPlex', sans-serif;
}

html, body {
  font-family: 'IBMPlex', sans-serif;
  font-size: 14px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow:
    0 0 0 0.1rem white,
    0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #2d2c2f;
  color: #06FFD8;
}

.contact-info {
  color: white;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.contact-info:first-of-type {
  margin-top: 10vh;
}

a {
  color: #06FFD8;
  text-decoration: none;
}

a:hover {
  color: #DDFF00;
}

