@font-face {

    font-family:Avenir;
    font-display:auto;
    font-style:normal;
    font-weight:400;
    src:local('AvenirLTStd-Book'),url(/web/20250115021759im_/https://theleatgroup.com/fonts/AvenirLTStd-Book.otf) format('embedded-opentype')
    
    }
    
    @font-face {
    
    font-family:Avenir;
    font-display:auto;
    font-style:normal;
    font-weight:500;
    src:local('AvenirLTStd-Medium'),url(/web/20250115021759im_/https://theleatgroup.com/fonts/AvenirLTStd-Medium.woff2) format('woff2'),url(//web.archive.org/web/20250115021759im_/https://leatcatering.com/wp-content/themes/leat-catering/fonts/AvenirLTStd-Medium.woff) format('woff'),url(//web.archive.org/web/20250115021759im_/https://leatcatering.com/wp-content/themes/leat-catering/fonts/AvenirLTStd-Medium.ttf) format('ttf'),url(//web.archive.org/web/20250115021759im_/https://leatcatering.com/wp-content/themes/leat-catering/fonts/AvenirLTStd-Medium.otf) format('embedded-opentype')
    
    }
    
    @font-face {
    
    font-family:Avenir;
    font-display:auto;
    font-style:normal;
    font-weight:700;
    src:local('Avenir-Heavy'),url(/web/20250115021759im_/https://theleatgroup.com/fonts/Avenir-Heavy.woff2) format('woff2'),url(/web/20250115021759im_/https://theleatgroup.com/fonts/Avenir-Heavy.woff) format('woff'),url(//web.archive.org/web/20250115021759im_/https://leatcatering.com/wp-content/themes/leat-catering/fonts/Avenir-Heavy.ttf) format('ttf'),url(//web.archive.org/web/20250115021759im_/https://leatcatering.com/wp-content/themes/leat-catering/fonts/Avenir-Heavy.otf)
    
    }
  
  /* Flex styles -------------------------------------------------*/
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "EB Garamond",sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  @media (min-width: 700px) {
   .leading {
      display: flex;
      align-items: center;
    }
  }
  
  
  /* Grid styles -------------------------------------------------*/
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 30px;
  }
  
  .cards-single {
    display: grid;
    grid-gap: 30px;
  }
  
  
  /* Generic styles ----------------------------------------------*/
  body {
    font-family: 'Avenir', serif;
  }
  
  header {
    padding: 10px;
    font-size: 18px;
    color: white;
    background-color: #999;
  }
  
  .logo {
    height: 50px;
    margin-right: 20px;
  }
  
  .leading {
    height: 200px;
    margin-bottom: 30px;
    padding: 30px;
    color: #71777F;
    background-image: url(/images/L-eat_circle-lightest.svg);
    background-size: 40px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 2px #eee solid;
  }
  
  .leading-bigtext {
    margin-right: 60px;
    font-weight: bold;
    font-size: 24vw;
  }
  
  @media (min-width: 700px) {
    .leading-bigtext {
      font-size: 140px;
    }
  }
  
  .leading-text {
    max-width: 900px;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
  }
  
  .leading-wrap {
    max-width: 345px;
  }
  
  .cards {
    max-width: 960px;
    margin: 0 auto 30px;
    justify-content: center;
  }
  
  .cards-single {
    max-width: 960px;
    margin: 0 auto 30px;
    justify-content: center;
  }
  
  article {
    position: relative;
    height: 325px;
  }
  
  .article-img {
    height: 200px;
    width: 100%;
    object-fit: none;
  }
  
  .article-title {
    position: relative;
    bottom: 0;
    margin: 15px 0px 15px 0px;
    width: 100%;
    padding: 0px;
    font-family: "Avenir",sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #71777F;
  }
  
  .article-blurb {
    font-family: Avenir,sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    margin: 15px auto 15px auto;
    color: #71777F;
    max-width: 300px;
  }