/* Light */
@font-face {
  font-family: 'MabryPro';
  src: url('MabryPro-Light.woff2') format('woff2'),
       url('MabryPro-Light.woff')  format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: 'MabryPro';
  src: url('MabryPro-Regular.woff2') format('woff2'),
       url('MabryPro-Regular.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: 'MabryPro';
  src: url('MabryPro-Bold.woff2') format('woff2'),
       url('MabryPro-Bold.woff')  format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}