/* ========== MONTSERRAT ========== */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
  }
  
  /* ========== POPPINS ========== */
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
  }
  
  /* ========== SVN HELVES ========== */
  @font-face {
    font-family: 'SVN-Helves';
    src: url('../fonts/SVN-Helves.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'SVN-Helves';
    src: url('../fonts/SVN-Helves italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'SVN-Helves';
    src: url('../fonts/SVN-Helves bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'SVN-Helves';
    src: url('../fonts/SVN-Helves bold italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
  }
  
  /* ========== MYRIAD PRO ========== */
  @font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MYRIADPRO-REGULAR.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  
  /* ========== UTM FONTS ========== */
  @font-face {
    font-family: 'UTM Davida';
    src: url('../fonts/UTM Davida.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'UTM Mabella';
    src: url('../fonts/UTM-Mabella.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'UTM Pacific Standard';
    src: url('../fonts/UTM Pacific Standard.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }  