@font-face {
  font-family: "Cabin";
  src: url('./static/Cabin-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Cabin";
  src: url('./static/Cabin-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cabin";
  src: url('./static/Cabin-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cabin";
  src: url('./static/Cabin-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Cabin";
  src: url('./static/Cabin-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Cabin";
  src: url('./static/Cabin-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Cabin";
  src: url('./static/Cabin-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cabin";
  src: url('./static/Cabin-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
