/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Inter', sans-serif;
}

/* Blue Header BG*/
.container-header {
  background-color: rgb(16 68 131 / var(--tw-bg-opacity, 1));
  background-image: none;
}

/* Deep Blue-Grey BG */
.container-header {
  background-color: #192c5b;
  background-image: none;
}

/* Dark Blue Header BG */
/*.container-header {
  background-color: rgb(26 44 64);
  background-image: none;
}*/

.card {
  border-radius: 0px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  padding: 10px;
  height: 100%;
  border-right: 2px solid #66dc7d;
}

.card h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.card p {
  font-size: 1rem;
  }

.container-topbar {
    color: #32393f;
    background: #dddddd;
    font-size: 0.9em;
  }

.container-below-top {
  background: none;
}
 
.full-width-banner {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  margin-top:0px;
  margin-bottom:0px;
  
}

/* Custom styling for figures in Cassiopeia */
figure.float-start {
  float: left;
  margin: 0.5rem 0.5rem 0.5rem 0;
  margin-inline-start: 20px;
  margin-inline-end: 20px;
}

figure.float-end {
  float: right;
  margin: 0.5rem 0 0.5rem 1rem;
  margin-inline-start: 20px;
  margin-inline-end: 20px;  
}

figure.text-center {
  display: block;
  margin: 0 auto;
  margin-inline-start: 20px;
  margin-inline-end: 20px;
}

/* Ensure captions are styled correctly */
figcaption {
  font-style: italic;
  font-size: 0.9em;
  text-align: center;
}


