/* Include all fonts & customized classes */
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic; }
.prompt-100 {
  font-family: "Prompt";
  font-weight: 100;
  font-style: normal; }

.prompt-100i {
  font-family: "Prompt";
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic; }
.prompt-200 {
  font-family: "Prompt";
  font-weight: 200;
  font-style: normal; }

.prompt-200i {
  font-family: "Prompt";
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic; }
.prompt-300 {
  font-family: "Prompt";
  font-weight: 300;
  font-style: normal; }

.prompt-300i {
  font-family: "Prompt";
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic; }
.prompt-400 {
  font-family: "Prompt";
  font-weight: 400;
  font-style: normal; }

.prompt-400i {
  font-family: "Prompt";
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic; }
.prompt-500 {
  font-family: "Prompt";
  font-weight: 500;
  font-style: normal; }

.prompt-500i {
  font-family: "Prompt";
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic; }
.prompt-600 {
  font-family: "Prompt";
  font-weight: 600;
  font-style: normal; }

.prompt-600i {
  font-family: "Prompt";
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic; }
.prompt-700 {
  font-family: "Prompt";
  font-weight: 700;
  font-style: normal; }

.prompt-700i {
  font-family: "Prompt";
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic; }
.prompt-800 {
  font-family: "Prompt";
  font-weight: 800;
  font-style: normal; }

.prompt-800i {
  font-family: "Prompt";
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(font/Prompt-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic; }
.prompt-900 {
  font-family: "Prompt";
  font-weight: 900;
  font-style: normal; }

.prompt-900i {
  font-family: "Prompt";
  font-weight: 900;
  font-style: italic; }

body {
  font-family: "Prompt";
   }
