﻿@charset "utf-8";

/* =============================
	sinkin-sans
============================= */
@font-face {
  font-family: "sinkin-sans";
  font-weight: 200;
  src: url("../fonts/SinkinSans-200XLight.otf") format("opentype");
}

@font-face {
  font-family: "sinkin-sans";
  font-weight: 300;
  src: url("../fonts/SinkinSans-300Light.otf") format("opentype");
}

@font-face {
  font-family: "sinkin-sans";
  font-weight: 400;
  src: url("../fonts/SinkinSans-400Regular.otf") format("opentype");
}

@font-face {
  font-family: "sinkin-sans";
  font-weight: 500;
  src: url("../fonts/SinkinSans-500Medium.otf") format("opentype");
}

@font-face {
  font-family: "sinkin-sans";
  font-weight: 600;
  src: url("../fonts/SinkinSans-600SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "sinkin-sans";
  font-weight: 700;
  src: url("../fonts/SinkinSans-700Bold.otf") format("opentype");
}

@font-face {
  font-family: "sinkin-sans";
  font-weight: 900;
  src: url("../fonts/SinkinSans-900XBlack.otf") format("opentype");
}
