<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-display: swap;
  font-family: 'icon';
  src:
    url('../font/icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
	
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  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-line:before {
  content: "\e900";
/*  color: #003459;*/
}
.icon-arrow:before {
  content: "\e901";
/*  color: #003459;*/
}
.icon-facebook:before {
  content: "\e902";
/*  color: #003459;*/
}
.icon-Instagram:before {
  content: "\e903";
/*  color: #003459;*/
}
.icon-line:before {
  content: "\e904";
/*  color: #003459;*/
}
.icon-youtube:before {
  content: "\e905";
/*  color: #003459;*/
}
</pre></body></html>