
  @import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;300;400;600;900&display=swap');

body {font-family: 'Jost', sans-serif;}

span.size-68 {
  font-size: 68px;
  font-variation-settings: 'OPSZ' 68;
  font-weight: 100;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24
}

.card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}


.avatar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 20px 0;
}

.caption {font-weight: 300}

.carousel-indicators [data-bs-target]
{
  height: 8px; 
  width: 8px; 
  border-radius: 50%;
}

.link {text-decoration: none; color: #5e81cc}