@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.eot');
  src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-family: 'Poppins';
src: url('fonts/Poppins-Bold.eot');
src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Poppins';
src: url('fonts/Poppins-SemiBold.eot');
src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}

html {
  visibility: hidden;
}

body, h1, h2, h3, p, ul, li {
  font-family: 'Poppins', sans-serif !important;
}

body{
  visibility: visible;
}

.text-dark-blue{
color:#375D87;
}

.bg-light-blue{
background-color: #4778A8;
}

.bg-green{
background-color: #53B362;
}

.project-summary {
color: #4B5563;
}
.social-icon {
width: 30px;
}
.project-item {
display: flex;
align-items: center;
gap: 2rem;
}
.project-thumbnail {
height: 60px;
object-fit: cover;
border-radius: 0.5rem;
}

.ann-louise-logo{
height: 20px;
}

.nuheat-logo{
height: 25px;
}
.fortis-logo{
height: 40px;
}
.fvar-logo{
height: 45px;
}

@media (max-width:767px){
.legalaid-logo{
  height: 80px;
}

.project-item {
    gap: 1rem;
}

.header .site-logo{
  height: auto;
  width: 120px;
}

.header h1{
  font-size: 22px;
  line-height: 24px;
}

.wrapper h2{
font-size: 22px;
}

.social-links{
  justify-content: center;
}
}