@font-face {
    font-family: "Silka";
    src: url("/fonts/silka-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Silka";
    src: url("/fonts/silka-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Silka";
    src: url("/fonts/silka-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Silka";
    src: url("/fonts/silka-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: Silka, Inter, Arial, sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
    font-variant-ligatures: none;
    font-feature-settings:
        "cv01" 1,
        "ss01" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
