/**
  This is a copy of commercial license
  https://www.cdnfonts.com/tt-commons.font
*/
/** 
  TT Commons 的字體偏小，因此針對英文，數字字元 (ASCII) 加大
  https://www.casper.tw/sass/2014/02/21/font-code-range/
  https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/size-adjust
*/
@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 400;
  src: local('TT Commons'), url('./TT_Commons_Regular.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 400;
  src: local('TT Commons'), url('./TT_Commons_Italic.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 250;
  src: local('TT Commons'), url('./TT_Commons_Thin.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 250;
  src: local('TT Commons'), url('./TT_Commons_Thin_Italic.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 275;
  src: local('TT Commons'), url('./TT_Commons_ExtraLight.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 275;
  src: local('TT Commons'), url('./TT_Commons_ExtraLight_Italic.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 300;
  src: local('TT Commons'), url('./TT_Commons_Light.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 300;
  src: local('TT Commons'), url('./TT_Commons_Light_Italic.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 500;
  src: local('TT Commons'), url('./TT_Commons_Medium.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 500;
  src: local('TT Commons'), url('./TT_Commons_Medium_Italic.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 600;
  src: local('TT Commons'), url('./TT_Commons_DemiBold.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 600;
  src: local('TT Commons'), url('./TT_Commons_DemiBold_Italic.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 700;
  src: local('TT Commons'), url('./TT_Commons_Bold.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 700;
  src: local('TT Commons'), url('./TT_Commons_Bold_Italic.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 800;
  src: local('TT Commons'), url('./TT_Commons_ExtraBold.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 800;
  src: local('TT Commons'), url('./TT_Commons_ExtraBold_Italic.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: normal;
  font-weight: 900;
  src: local('TT Commons'), url('./TT_Commons_Black.woff2') format('woff2')
}

@font-face {
  unicode-range: U+0000-U+007F;
  size-adjust: 110%;
  font-family: tt commons;
  font-style: italic;
  font-weight: 900;
  src: local('TT Commons'), url('./TT_Commons_Black_Italic.woff2') format('woff2')
}