/*
 * Just Sans is a variable font with one axis: wght, 135 to 900, default 300.
 *
 * The range is declared because the spec says an @font-face without a
 * font-weight matches `normal` and nothing else. Blink ignores that and exposes
 * the axis anyway — measured, the weights this file renders are identical with
 * and without the descriptor — so this is not a fix for anything visible in
 * Chrome. It is here so the panel does not depend on one engine being lenient
 * about a rule the others may enforce.
 */
@font-face {
    font-family: 'Just Sans';
    font-display: swap;
    font-weight: 135 900;
    src: url('../fonts/just-sans-variable-envato.ttf') format('truetype');
}
