/*
Theme Name: Moosangerlalm 2026
Version: 1.0.0
*/

  @font-face {
    font-family:'Playfair';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/PlayfairDisplay-Regular.woff2') format('woff2');
  }
  @font-face {
    font-family:'Playfair';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/Playfair_144pt-Regular.woff2') format('woff2');
  }
  @font-face {
    font-family:'Playfair';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Playfair_144pt-SemiBold.woff2') format('woff2');
  }
  @font-face {
    font-family:'Nunito';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Nunito-SemiBold.woff2') format('woff2');
  }

  
  :root {
    --primary: #55805f;
    --secondary: #F6F6F6;
    --white: #fff;
    --black: #000;
    --background: #fff;
    --max-content: 1280px;
    --max-site: 2560px;
    --content-small: 878px;
  }
  
  body {
      margin: 0;
      padding: 0;
      font-family: 'Playfair', serif;
      background-color: var(--background);
  }
  
  /* ====== page content ======= */
  .main-wrapper .heading {
    font-size: 40px;
    font-weight: 100;
    width: 100%;
    text-align: center;
    margin: 45px auto;
    text-transform: uppercase;
    height: 100%;
  }
  
  .news-section {
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .content-small {
    max-width: var(--content-small);
  }
  
  @media screen and (max-width: 768px) {
    .main-wrapper .heading {
      font-size: 30px;
    } 
  }
  