/* Questrial */

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

/* Bitter */

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

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

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

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

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

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