@font-face {
    font-family: Unbounded;
    src: local("Unbounded Light"),
    local("Unbounded-Light"),
    url(static/Unbounded-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Unbounded;
    src: local("Unbounded Regular"),
    local("Unbounded-Regular"),
    url(static/Unbounded-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Unbounded;
    src: local("Unbounded SemiBold"),
    local("Unbounded-SemiBold"),
    url(static/Unbounded-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Unbounded;
    src: local("Unbounded ExtraBold"),
    local("Unbounded-ExtraBold"),
    url(static/Unbounded-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Unbounded;
    src: local("Unbounded Medium"),
    local("Unbounded-Medium"),
    url(static/Unbounded-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Unbounded;
    src: local("Unbounded Bold"),
    local("Unbounded-Bold"),
    url(static/Unbounded-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Unbounded;
    src: local("Unbounded Black"),
    local("Unbounded-Black"),
    url(static/Unbounded-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}
