@font-face {
    font-display: swap;
    font-family: FOR smart Sans CC;
    font-weight: 300;
    src: url(./FORsmartSansWeb-Thin.woff2) format("woff2"), url(./FORsmartSansWeb-Thin.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: FOR smart Sans CC;
    font-weight: 400;
    src: url(./FORsmartSansWeb-Regular.woff2) format("woff2"), url(./FORsmartSansWeb-Regular.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: FOR smart Sans CC;
    font-weight: 700;
    src: url(./FORsmartSansWeb-Bold.woff2) format("woff2"), url(./FORsmartSansWeb-Bold.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: FOR smart Next;
    font-weight: 700;
    src: url(./FORsmartNext-Bold.otf) format("otf")
}
@font-face {
    font-display: swap;
    font-family: FOR smart Next;
    font-weight: 400;
    src: url(./FORsmartNext-Regular.otf) format("otf")
}
body {
    --font-family-sans: "FOR smart Sans CC", helvetica, arial, sans-serif;
    --bs-font-sans-serif: "FOR smart Sans CC", helvetica, arial, sans-serif;
    font-family: var(--font-family-sans);
}
