/* Self-hosted Google Fonts for core0.io */

/* Poppins 400 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-400.ttf') format('truetype');
}

/* Kanit — weights remapped to match actual font data in each file:
   kanit-200.ttf      = Bold (700)       kanit-200italic.ttf      = Bold Italic (700)
   kanit-500.ttf      = SemiBold (600)   kanit-600italic.ttf      = ExtraLight Italic (200)
   kanit-600.ttf      = ExtraLight (200) kanit-700italic.ttf      = SemiBold Italic (600)
   kanit-700.ttf      = Medium (500)
*/
@font-face { font-family:'Kanit'; font-style:normal; font-weight:200; src:url('../fonts/kanit-600.ttf') format('truetype'); }
@font-face { font-family:'Kanit'; font-style:normal; font-weight:500; src:url('../fonts/kanit-700.ttf') format('truetype'); }
@font-face { font-family:'Kanit'; font-style:normal; font-weight:600; src:url('../fonts/kanit-500.ttf') format('truetype'); }
@font-face { font-family:'Kanit'; font-style:normal; font-weight:700; src:url('../fonts/kanit-200.ttf') format('truetype'); }
@font-face { font-family:'Kanit'; font-style:italic; font-weight:200; src:url('../fonts/kanit-600italic.ttf') format('truetype'); }
@font-face { font-family:'Kanit'; font-style:italic; font-weight:600; src:url('../fonts/kanit-700italic.ttf') format('truetype'); }
@font-face { font-family:'Kanit'; font-style:italic; font-weight:700; src:url('../fonts/kanit-200italic.ttf') format('truetype'); }

/* Montserrat Alternates */
@font-face { font-family:'Montserrat Alternates'; font-style:normal; font-weight:300; src:url('../fonts/montserrat-alt-300.ttf') format('truetype'); }
@font-face { font-family:'Montserrat Alternates'; font-style:normal; font-weight:700; src:url('../fonts/montserrat-alt-700.ttf') format('truetype'); }
@font-face { font-family:'Montserrat Alternates'; font-style:italic; font-weight:300; src:url('../fonts/montserrat-alt-300italic.ttf') format('truetype'); }
@font-face { font-family:'Montserrat Alternates'; font-style:italic; font-weight:700; src:url('../fonts/montserrat-alt-700italic.ttf') format('truetype'); }
