@font-face {
    font-family: "Google Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/google-sans/GoogleSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Google Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/google-sans/GoogleSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Google Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/google-sans/GoogleSans-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Google Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/google-sans/GoogleSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Kinu JetBrains Digits";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.gstatic.com/l/font?kit=tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPUGaiZaptT_0V2m2Fg&skey=48ad01c60053c2ae&v=v24") format("truetype");
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: "Kinu JetBrains Digits";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://fonts.gstatic.com/l/font?kit=tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPUGaiZaptT_0V2m2Fg&skey=48ad01c60053c2ae&v=v24") format("truetype");
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: "Kinu JetBrains Digits";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("https://fonts.gstatic.com/l/font?kit=tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjPUGaiZaptT_0V2m2Fg&skey=48ad01c60053c2ae&v=v24") format("truetype");
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: "Kinu JetBrains Digits";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://fonts.gstatic.com/l/font?kit=tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjPUGaiZaptT_0V2m2Fg&skey=48ad01c60053c2ae&v=v24") format("truetype");
    unicode-range: U+0030-0039;
}

:root {
    --app-font-digits: "Kinu JetBrains Digits";
    --app-font-sans: var(--app-font-digits), "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --app-font-numeric: var(--app-font-digits), "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
