/* defalut */
@font-face {
  font-family: 'gilroy';src: url('/fonts/gilroy.ttf') format('truetype');
}
@font-face {
  font-family: 'gilroy';src: url('/fonts/gilroy-blod.ttf') format('truetype');
  font-weight: bold;
}

/* for info */
@font-face {
  font-family: 'Colfax';src: url('/fonts/Colfax-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Colfax';src: url('/fonts/Colfax-Medium.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Colfax';src: url('/fonts/Colfax-Bold.ttf') format('truetype');
  font-weight: 800;
}

/* for number */
@font-face {
  font-family: 'tt';src: url('/fonts/TTOctosquares-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'tt';src: url('/fonts/TTOctosquares-XLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'tt';src: url('/fonts/TTOctosquares-Medium.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'tt';src: url('/fonts/TTOctosquares-XBold.ttf') format('truetype');
  font-weight: 800;
}
