@font-face {
    font-family: "Cipher";
    src: url("Cipher-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: system-ui;
    font-size: 100%;
    line-height: 133%;
}

section.first {
    font-family: "Cipher", fantasy;
    font-size: 250%;
    line-height: 133%;
}

