/* Typography - Font Definitions */
@font-face {
  font-family: Manrope;
  src: url(../../font/Manrope-VariableFont_wght.woff2) format('woff2'),
       url(../../font/Manrope-VariableFont_wght.ttf) format('truetype');
  font-display: swap;
  font-weight: 100 900;
  font-stretch: normal;
}

@font-face {
  font-family: PPMori-Regular;
  src: url(../../font/PPMori-Regular.woff2) format('woff2'),
       url(../../font/PPMori-Regular.otf) format('opentype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PPMori-semiBold;
  src: url(../../font/PPMori-SemiBold.woff2) format('woff2'),
       url(../../font/PPMori-SemiBold.otf) format('opentype');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
