/* ================================
   ICON FONT (Insur Two)
================================ */
@font-face {
  font-family: 'insur-two-icon';
  src:  url('../fonts/insur-two-icon.eot');
  src:  url('../fonts/insur-two-icon.eot#iefix') format('embedded-opentype'),
        url('../fonts/insur-two-icon.ttf') format('truetype'),
        url('../fonts/insur-two-icon.woff') format('woff'),
        url('../images/insur-two-icon.svg#insur-two-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="insur-two-icon-"], 
[class*=" insur-two-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'insur-two-icon' !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;
}

/* Example icon */
.insur-two-icon-shopping-cart:before {
  content: "\e900";
}


/* ================================
   TEXT FONT (Verdana)
================================ */
@font-face {
  font-family: 'VerdanaCustom';
  src: url('../fonts/Verdana.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* better performance than block */
}

