/* Bold */
@font-face {
    font-family: "CeraPro";
    src: url("./CeraPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0000-024F;
}

/* Regular */
@font-face {
    font-family: "CeraPro";
    src: url("./CeraPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0000-024F;
}
