/* Season Mix fonts */
@font-face {
  font-family: "SeasonMix";
  src: url("/fonts/TTF/SeasonMix-Regular.ttf") format("truetype");
  font-weight: 420;
  font-style: normal;
}

@font-face {
  font-family: "SeasonMix";
  src: url("/fonts/TTF/SeasonMix-Medium.ttf") format("truetype");
  font-weight: 580;
  font-style: normal;
}

@font-face {
  font-family: "SeasonMix";
  src: url("/fonts/TTF/SeasonMix-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SeasonMix";
  src: url("/fonts/TTF/SeasonMix-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SeasonMix";
  src: url("/fonts/TTF/SeasonMix-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SeasonMix";
  src: url("/fonts/TTF/SeasonMix-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Matter fonts */
@font-face {
  font-family: "Matter";
  src: url("/fonts/TTF/MatterRegular.ttf") format("truetype");
  font-weight: 430;
  font-style: normal;
}

@font-face {
  font-family: "Matter";
  src: url("/fonts/TTF/MatterLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Matter";
  src: url("/fonts/TTF/MatterMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Matter";
  src: url("/fonts/TTF/MatterSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Matter";
  src: url("/fonts/TTF/MatterBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
