/* Absolute URL overrides for icon font files */

@font-face {
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('/common/assets/fonts/themify_icons/themify.ttf') format('truetype');
}

@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('/common/assets/fonts/line_awesome_1.3.0/la-brands-400.woff2') format('woff2'),
       url('/common/assets/fonts/line_awesome_1.3.0/la-brands-400.woff') format('woff'),
       url('/common/assets/fonts/line_awesome_1.3.0/la-brands-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/common/assets/fonts/line_awesome_1.3.0/la-regular-400.woff2') format('woff2'),
       url('/common/assets/fonts/line_awesome_1.3.0/la-regular-400.woff') format('woff'),
       url('/common/assets/fonts/line_awesome_1.3.0/la-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/common/assets/fonts/line_awesome_1.3.0/la-solid-900.woff2') format('woff2'),
       url('/common/assets/fonts/line_awesome_1.3.0/la-solid-900.woff') format('woff'),
       url('/common/assets/fonts/line_awesome_1.3.0/la-solid-900.ttf') format('truetype');
} 