
/*PRINCIPALLY*/
@font-face {
    font-family:playfair;
    src: url('../webFonts/PlayfairDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "NorthwellClean";
    src: url('../webFonts/NorthwellClean/font.woff2') format('woff2'), url('../webFonts/NorthwellClean/font.woff') format('woff'); 
}

:root{
    --secundary-color: #BCCDAB;
}

.letters-default{
    font-family:playfair;
}

.section1card{
    font-family:playfair;
    display: flex;
    justify-content: center;
}

.section1card-box{
    background-color: var(--secundary-color);
    margin-top: 100px;
    width: 1000px;
    padding: 20px;
}

.footer-down{
    margin-top: 10px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:var(--secundary-color);
    padding: 25px;
  }
  
  .footer-down a{
    text-decoration:none;
    font-family: playfair;
    color: #000;
    font-size: 0.85em;
  }

  table{
      border: #000 solid 1px;
  }

  td{
    border: #000 solid 1px;
  }

  @media (max-width: 429px) {
    .footer-down a{
        font-size: 0.76em;
      }
  }