/* Header */
/* Blocks: General */
/* Primary Navigation */
/* Footer */
/* Social */
/* Callouts */
/* We have to put this here because the Fontello font data is always overriden when updated */
/*doc
---
title: Martini Frontend Icons
name: martini-icons
category: Icons
---

<p>To add new icons:</p>
<p>1. Visit <a href="http://fontello.com" target="_blank">http://fontello.com</a></p>
<p>2. Click the spanner icon at the top, choose "import".</p>
<p>3. Select <i>misc/responsive-static/fonts/fontello/config.json</i>.</p>
<p>4. Select new icons.</p>
<p>5. Click "Download webfont".</p>
<p>6. Replace the content of <i>misc/responsive-static/fonts/fontello</i> with the downloaded file.</p>

```html_example
<a href="/resources/responsive-static/fonts/fontello/demo.html" target="_blank">Click here to view current Fontello icon font library</a>


<h3>Demo:</h3>
<p>
<i class="m-icon-pencil"></i>
<i class="m-icon-comment"></i>
<i class="m-icon-plus-sign"></i>
<i class="m-icon-cog"></i>
</p>
```
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700|Roboto:400,700&display=swap");
.pull-right {
  float: right !important;
}

.gold-template .nq-primary-font-family {
  font-family: "Fira Sans";
}

.gold-template .nq-secondary-font-family {
  font-family: "Roboto";
}

.gold-template .nq-primary-colour {
  color: #222;
}

.gold-template .nq-secondary-colour {
  color: #34ADFF;
}

.gold-template .nq-primary-bg-colour {
  background-color: #3c3c3c;
}

.gold-template .nq-secondary-bg-colour {
  background-color: #34ADFF;
}

.gold-template .nq-primary-border-colour {
  border-color: #3c3c3c !important;
}

.gold-template .nq-secondary-border-colour {
  border-color: #34ADFF;
}

.gold-template .nq-black-text {
  color: #000;
}

.gold-template .nq-white-text {
  color: #FFF;
}

.gold-template .nq-grey-text {
  color: #D8D8D8;
}

.gold-template .nq-black-bg {
  background-color: #000;
}

.gold-template .nq-white-bg {
  background-color: #FFF;
}

.gold-template .nq-grey-bg {
  background-color: #D8D8D8;
}

.gold-template .nq-body-bg-colour {
  background-color: #f5f5f5;
}

.gold-template .nq-button-gold {
  display: block;
  padding: 10px;
  margin: auto;
  height: 39px;
  appearance: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  background-color: #34ADFF;
  color: #222;
}

/*# sourceMappingURL=piano-gold.css.map */