@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts-homehost/Montserrat-Regular.woff2') format('woff2'),
         url('./fonts-homehost/Montserrat-Regular.woff') format('woff'),
         url('./fonts-homehost/Montserrat-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('./fonts-homehost/Montserrat-Medium.woff2') format('woff2'),
         url('./fonts-homehost/Montserrat-Medium.woff') format('woff'),
         url('./fonts-homehost/Montserrat-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('./fonts-homehost/Montserrat-SemiBold.woff2') format('woff2'),
         url('./fonts-homehost/Montserrat-SemiBold.woff') format('woff'),
         url('./fonts-homehost/Montserrat-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('./fonts-homehost/Montserrat-Bold.woff2') format('woff2'),
         url('./fonts-homehost/Montserrat-Bold.woff') format('woff'),
         url('./fonts-homehost/Montserrat-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('./fonts-homehost/Montserrat-ExtraBold.woff2') format('woff2'),
         url('./fonts-homehost/Montserrat-ExtraBold.woff') format('woff'),
         url('./fonts-homehost/Montserrat-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  
  
  /* ===== POPPINS ===== */
  /* @font-face {
    font-family: 'Poppins';
    src: url('./fonts-homehost/Poppins-Light.woff2') format('woff2'),
         url('./fonts-homehost/Poppins-Light.woff') format('woff'),
         url('./fonts-homehost/Poppins-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    src: url('./fonts-homehost/Poppins-SemiBold.woff2') format('woff2'),
         url('./fonts-homehost/Poppins-SemiBold.woff') format('woff'),
         url('./fonts-homehost/Poppins-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    src: url('./fonts-homehost/Poppins-Bold.woff2') format('woff2'),
         url('./fonts-homehost/Poppins-Bold.woff') format('woff'),
         url('./fonts-homehost/Poppins-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  } */
  
  
  /* ===== PROXIMA NOVA ===== */
  @font-face {
    font-family: 'Proxima Nova';
    src: url('./fonts-homehost/ProximaNova-Regular.woff2') format('woff2'),
         url('./fonts-homehost/ProximaNova-Regular.woff') format('woff'),
         url('./fonts-homehost/ProximaNova-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Proxima Nova';
    src: url('./fonts-homehost/ProximaNova-Bold.woff2') format('woff2'),
         url('./fonts-homehost/ProximaNova-Bold.woff') format('woff'),
         url('./fonts-homehost/ProximaNova-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }