/**
 * @license
 * MyFonts Webfont Build ID 3890245
 * 
 * Licensed fonts from Type Dynamic:
 * - Sailec: Bold, Light, Medium, Regular, Thin
 * Copyright © 2014 by Type Dynamic. All rights reserved.
 * 
 * © 2020 MyFonts Inc
*/

/* Remove unused MyFonts counter */
/* @import url('//hello.myfonts.net/count/3b5c45'); */

@font-face {
  font-family: 'Sailec';
  font-style: normal;
  font-weight: 400; /* Use numerical weight for consistency */
  font-stretch: normal;
  src: url('./webFonts/Sailec/normal_normal_normal.woff2') format('woff2'),
       url('./webFonts/Sailec/normal_normal_normal.woff') format('woff');
  font-display: swap; /* Improve performance */
}

@font-face {
  font-family: 'Sailec';
  font-style: normal;
  font-weight: 500;
  src: url('./webFonts/Sailec-Medium/font.woff2') format('woff2'),
       url('./webFonts/Sailec-Medium/font.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Sailec';
  font-style: normal;
  font-weight: 100; /* Thin should be 100 not 400 */
  src: url('./webFonts/Sailec-Thin/font.woff2') format('woff2'),
       url('./webFonts/Sailec-Thin/font.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Sailec';
  font-style: normal;
  font-weight: 300;
  src: url('./webFonts/Sailec-Light/font.woff2') format('woff2'),
       url('./webFonts/Sailec-Light/font.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Sailec';
  font-style: normal;
  font-weight: 700; /* Use numerical weight instead of 'bold' */
  font-stretch: normal;
  src: url('./webFonts/Sailec/normal_normal_bold.woff2') format('woff2'),
       url('./webFonts/Sailec/normal_normal_bold.woff') format('woff');
  font-display: swap;
}
