/* Ultralight */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-UltraLight.woff2') format('woff2');
  font-display: auto;
  font-weight: 100;
  font-style: normal;
	font-display: swap;
  font-stretch: normal;
}

/* Ultralight Italic */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-UltraLightIt.woff2') format('woff2');
  font-display: auto;
  font-weight: 100;
  font-style: italic;
	font-display: swap;
  font-stretch: normal;
}

/* Thin */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-Thin.woff2') format('woff2');
  font-display: auto;
  font-weight: 200;
  font-style: normal;
	font-display: swap;
  font-stretch: normal;
}

/* Thin Italic */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-ThinIt.woff2') format('woff2');
  font-display: auto;
  font-weight: 200;
  font-style: italic;
	font-display: swap;
  font-stretch: normal;
}

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

/* Light Italic */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-LightIt.woff2') format('woff2');
  font-display: auto;
  font-weight: 300;
  font-style: italic;
	font-display: swap;
  font-stretch: normal;
}

/* Regular */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-Regular.woff2') format('woff2');
  font-display: auto;
  font-weight: 400;
  font-style: normal;
	font-display: swap;
  font-stretch: normal;
}

/* Regular Italic */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-RegularIt.woff2') format('woff2');
  font-display: auto;
  font-weight: 400;
  font-style: italic;
	font-display: swap;
  font-stretch: normal;
}

/* Semi Bold */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-SemiBold.woff2') format('woff2');
  font-display: auto;
  font-weight: 600;
  font-style: normal;
	font-display: swap;
  font-stretch: normal;
}

/* Semi Bold Italic */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-SemiBoldIt.woff2') format('woff2');
  font-display: auto;
  font-weight: 600;
  font-style: italic;
	font-display: swap;
  font-stretch: normal;
}

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

/* Bold Italic */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-BoldIt.woff2') format('woff2');
  font-display: auto;
  font-weight: 700;
  font-style: italic;
	font-display: swap;
  font-stretch: normal;
}

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

/* Black Italic */
@font-face {
  font-family: 'InternacionalAlt';
  src: url('./InternacionalAlt-BlackIt.woff2') format('woff2');
  font-display: auto;
  font-weight: 900;
  font-style: italic;
	font-display: swap;
  font-stretch: normal;
}

.int-alt {
  font-family: 'InternacionalAlt', Arial, Helvetica, sans-serif;
}
