@charset "utf-8";
/* https://github.com/sun-typeface/SUIT */
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.css");

.font-SUIT-Variable,
.font_SUIT_Variable{
    font-family: "SUIT Variable", sans-serif;
}

/*
* font-weight
*/
.fw-100,
.fw-thin {
    font-weight: 100;
}
.fw-200,
.fw-extra-light {
    font-weight: 200;
}
.fw-300,
.fw-light {
    font-weight: 300;
}
.fw-400,
.fw-normal,
.fw-regular {
    font-weight: 400;
}
.fw-500,
.fw-medium {
    font-weight: 500;
}
.fw-600,
.fw-semi-bold,
.fw-demi-bold {
    font-weight: 600;
}
.fw-700,
.fw-bold {
    font-weight: 700;
}
.fw-800,
.fw-extra-bold,
.fw-ultra-bold {
    font-weight: 800;
}
.fw-900,
.fw-black,
.fw-heavy {
    font-weight: 900;
}
