h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-family: 'Prompt', sans-serif; }

.blog-tag > a { color: #fff !important; }
 /* =======================
   PROMPT FONT (Headings)
   ======================= */
@font-face {
  font-family: 'Questrial';
  src: url('../../Contents/Assets/Fonts/Prompt/Prompt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Questrial';
  src: url('../../Contents/Assets/Fonts/Prompt/Prompt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Questrial';
  src: url('../../Contents/Assets/Fonts/Prompt/Prompt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Questrial';
  src: url('../../Contents/Assets/Fonts/Prompt/Prompt-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}


