/* Typography */

@font-face {
    font-family: 'Herbik';
    font-weight: normal;
    font-style: normal;
    src: url("/assets/Herbik-Regular-6ea0154e.woff2");
}

html {
    font-family: 'Herbik', serif;
    font-size: 13px;
    line-height: 120%;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}