/*------------------------------------------------------------
  Typography

  White - #f7f6f5
  Black - #212322
  Cashmere - #e5e0dd
  Slate Blue - #a4bac2

------------------------------------------------------------*/

@font-face {
  font-family: "Blair ITC";
  src: url("https://assets.governor.io/5fdb97e7983f713cd84448c4/assets/fonts/itc-blair/blair-itc-medium.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "The Impressionist";
  src: url("https://assets.governor.io/5fdb97e7983f713cd84448c4/assets/fonts/the-impressionist/theimpressionist.otf")
      format("opentype"),
    url("https://assets.governor.io/5fdb97e7983f713cd84448c4/assets/fonts/the-impressionist/theimpressionist.ttf ")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?6pngy5");
  src: url("../fonts/icomoon.eot?6pngy5#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?6pngy5") format("truetype"), url("../fonts/icomoon.woff?6pngy5") format("woff"),
    url("../fonts/icomoon.svg?6pngy5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-marketing:before {
  content: "\e908";
}

.icon-client-1:before {
  content: "\e909";
}

.icon-responsive:before {
  content: "\e90a";
}

.icon-result:before {
  content: "\e90b";
}

.icon-client:before {
  content: "\e90c";
}

.icon-quotation:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-pinterest:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-angle-down:before {
  content: "\e90d";
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
p {
  font-family: "articulat-cf", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Blair ITC", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: var(--28px);
  margin-bottom: var(--30px);
}

h2,
.h2 {
  font-size: var(--20px);
  margin-bottom: var(--20px);
}

h3,
.h3 {
  font-size: var(--18px);
}

h4,
.h4 {
  font-size: var(--16px);
}

h5,
.h5 {
  font-size: var(--14px);
}

h6,
.h6 {
  font-size: var(--12px);
}

.subheading {
  font-size: var(--18px);
  text-transform: uppercase;
  margin-bottom: var(--20px);
}

blockquote {
  font-size: var(--20px);
}

blockquote cite {
  text-transform: uppercase;
  font-size: var(--18px);
  font-style: normal;
  padding-left: 8px;
}

/*------------------------------------------------------------
  min-width: 768px
------------------------------------------------------------*/

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: var(--36px);
  }

  h2,
  .h2 {
    font-size: var(--24px);
  }

  h3,
  .h3 {
    font-size: var(--20px);
  }

  h4,
  .h4 {
    font-size: var(--18px);
  }

  h5,
  .h5 {
    font-size: var(--16px);
  }

  h6,
  .h6 {
    font-size: var(--14px);
  }
}

/*------------------------------------------------------------
  min-width: 992px
------------------------------------------------------------*/

@media (min-width: 992px) {
  blockquote {
    font-size: var(--36px);
  }
}
