@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Black"),
    local("Unbounded-Black"),
    url("Unbounded-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Bold"),
    local("Unbounded-Bold"),
    url("Unbounded-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Thin"),
    local("Unbounded-Thin"),
    url("Unbounded-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Extra Bold"),
    local("Unbounded-ExtraBold"),
    url("Unbounded-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Semi Bold"),
    local("Unbounded-SemiBold"),
    url("Unbounded-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Medium"),
    local("Unbounded-Medium"),
    url("Unbounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Extra Light"),
    local("Unbounded-ExtraLight"),
    url("Unbounded-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Regular"),
    local("Unbounded-Regular"),
    url("Unbounded.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded Light"),
    local("Unbounded-Light"),
    url("Unbounded-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
