/*
 * Prompt Font Family
 * Generated for local hosting
 * [UPDATED] to include italic styles
 */

/* --- Normal Styles --- */

/* Thin 100 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('Prompt-Thin.ttf') format('truetype');
}

/* ExtraLight 200 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('Prompt-ExtraLight.ttf') format('truetype');
}

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

/* Regular 400 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Prompt-Regular.ttf') format('truetype');
}

/* Medium 500 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Prompt-Medium.ttf') format('truetype');
}

/* SemiBold 600 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Prompt-SemiBold.ttf') format('truetype');
}

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

/* ExtraBold 800 */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('Prompt-ExtraBold.ttf') format('truetype');
}

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

/* --- Italic Styles --- */

/* Thin 100 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('Prompt-ThinItalic.ttf') format('truetype');
}

/* ExtraLight 200 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('Prompt-ExtraLightItalic.ttf') format('truetype');
}

/* Light 300 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('Prompt-LightItalic.ttf') format('truetype');
}

/* Regular 400 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('Prompt-Italic.ttf') format('truetype');
}

/* Medium 500 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('Prompt-MediumItalic.ttf') format('truetype');
}

/* SemiBold 600 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('Prompt-SemiBoldItalic.ttf') format('truetype');
}

/* Bold 700 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('Prompt-BoldItalic.ttf') format('truetype');
}

/* ExtraBold 800 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('Prompt-ExtraBoldItalic.ttf') format('truetype');
}

/* Black 900 Italic */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('Prompt-BlackItalic.ttf') format('truetype');
}
