/* Inter Font Family - Latin subset */

/* inter-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/inter-300.woff2') format('woff2');
}

/* inter-400 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/inter-400.woff2') format('woff2');
}

/* inter-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/inter-500.woff2') format('woff2');
}

/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/inter-600.woff2') format('woff2');
}

/* inter-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/inter-700.woff2') format('woff2');
}

/* Poppins Font Family - Latin subset */

/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/poppins-600.woff2') format('woff2');
}

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/poppins-700.woff2') format('woff2');
}

/* poppins-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/poppins-800.woff2') format('woff2');
}

/* Vito Font Family - Custom font for Mediatis */

/* Vito Light - weight 300 */
@font-face {
  font-display: swap;
  font-family: 'Vito';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/Vito-Light.woff2') format('woff2');
}

/* Vito Regular - weight 400 (using Light as base) */
@font-face {
  font-display: swap;
  font-family: 'Vito';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Vito-Light.woff2') format('woff2');
}

/* Vito Bold - weight 700 */
@font-face {
  font-display: swap;
  font-family: 'Vito';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/Vito-Bold.woff2') format('woff2');
}

/* Vito Black - weight 900 */
@font-face {
  font-display: swap;
  font-family: 'Vito';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/Vito-Black.woff2') format('woff2');
}

/* Vito Condensed Light - weight 300 */
@font-face {
  font-display: swap;
  font-family: 'Vito Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/Vito-CondensedLight.woff2') format('woff2');
}

/* Vito Condensed Bold - weight 700 */
@font-face {
  font-display: swap;
  font-family: 'Vito Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/Vito-CondensedBold.woff2') format('woff2');
}

/* Vito Condensed Black - weight 900 */
@font-face {
  font-display: swap;
  font-family: 'Vito Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/Vito-CondensedBlack.woff2') format('woff2');
}

/* Vito Condensed Black - weight 900 (alias) */
@font-face {
  font-display: swap;
  font-family: 'Vito Condensed Black';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/Vito-CondensedBlack.woff2') format('woff2');
}
