@font-face {
  font-family: 'Cornyn-Icons';
  src:
    url('fonts/Cornyn-Icons.ttf?vp6i9y') format('truetype'),
    url('fonts/Cornyn-Icons.woff?vp6i9y') format('woff'),
    url('fonts/Cornyn-Icons.svg?vp6i9y#Cornyn-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Cornyn-Icons' !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-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-bullet-star:before {
  content: "\e902";
}
.icon-chevron-down:before {
  content: "\e903";
}
.icon-chevron-up:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-flickr:before {
  content: "\e906";
}
.icon-footer-star:before {
  content: "\e907";
}
.icon-globe:before {
  content: "\e908";
}
.icon-important:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e90a";
}
.icon-news:before {
  content: "\e90b";
}
.icon-phone:before {
  content: "\e90c";
}
.icon-question:before {
  content: "\e90d";
}
.icon-quote-left:before {
  content: "\e90e";
}
.icon-quote-right:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.icon-texas:before {
  content: "\e911";
}
.icon-youtube:before {
  content: "\e912";
}
