@font-face {
font-family: Asap;
src: url('/fonts/Asap-Regular.woff2') format('woff2');
font-weight: normal;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: Asap;
src: url('/fonts/Asap-Bold.woff2') format('woff2');
font-weight: bold;
font-display: swap;
font-style: normal;
}
@supports (font-variation-settings: normal) {
@font-face {
font-family: Asap;
src: url('/fonts/Asap-VariableFont_wght.woff2') format('woff2 supports variations'),
url('/fonts/Asap-VariableFont_wght.woff2') format('woff2-variations');
font-weight: 400 700;
font-display: swap;
font-style: normal;
}
}