/* light */
@font-face {
  font-family: 'Tsukimi_Rounded';
  font-weight: lighter;
  src: url("TsukimiRounded-Light.ttf");
}
@font-face {
  font-family: 'Tsukimi_Rounded';
  font-weight: light;
  src: url("TsukimiRounded-Light.ttf");
}
/* normal */
@font-face {
  font-family: 'Tsukimi_Rounded';
  font-weight: normal;
  src: url("TsukimiRounded-Regular.ttf");
}
/* medium */
@font-face {
  font-family: 'Tsukimi_Rounded';
  font-weight: '400';
  src: url("TsukimiRounded-Medium.ttf");
}
/* semi bold */
@font-face {
  font-family: 'Tsukimi_Rounded';
  font-weight: '600';
  src: url("TsukimiRounded-Bold.ttf");
}

/* bold */
@font-face {
  font-family: 'Tsukimi_Rounded';
  font-weight: 800;
  src: url("TsukimiRounded-Bold.ttf");
}
@font-face {
  font-family: 'Tsukimi_Rounded';
  font-weight: bold;
  src: url("TsukimiRounded-Bold.ttf");
}

