@font-face {
    font-family: "Cera Round";
    src: url("/static/font/cera-round/thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Cera Round";
    src: url("/static/font/cera-round/light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Cera Round";
    src: url("/static/font/cera-round/regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Cera Round";
    src: url("/static/font/cera-round/medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Cera Round";
    src: url("/static/font/cera-round/bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Cera Round";
    src: url("/static/font/cera-round/black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
