/* Headlines */
@font-face {
    font-family: 'Element Headline';
    src: url(./ElementHeadline-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

/* Main UI */
@font-face {
    font-family: 'Roboto';
    src: url(./RubiscoSansText-Regular.ttf);
    font-weight: 700;
    font-style: normal;
}

/* Code Editor */
@font-face {
    font-family: 'Rubisco Sans Code';
    src: url(./RubiscoSansCode-Regular.ttf);
    font-weight: 700;
    font-style: normal;
}

/* Emoji */
@font-face {
    font-family: 'Rubisco Color Emoji';
    src: url(./RubiscoColorEmoji.ttf);
    font-weight: 700;
    font-style: normal;
}