/* Font-face declarations for Acumin Pro */

@font-face {
  font-family: 'Acumin Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/y-fonts/acuminpro-regular.woff2');
}

@font-face {
  font-family: 'Acumin Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/y-fonts/acuminpro-italic.woff2');
}

@font-face {
  font-family: 'Acumin Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/y-fonts/acuminpro-semibold.woff2');
}

@font-face {
  font-family: 'Acumin Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/y-fonts/acuminpro-bolditalic.woff2');
}

@font-face {
  font-family: 'Acumin Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/y-fonts/acuminpro-bold.woff2');
}

