:root {
    --bs-breadcrumb-divider: '>>';
    --bs-body-font-size: 0.8rem;
    --bs-login-button-text: 1rem;
    --bs-page-title-text: 1.5rem;
    --bs-nav-link-text: 0.9rem;
    --bs-font-xs: 0.25rem;
    --bs-font-sm: 0.5rem;
    --bs-font-md: 0.75rem;
    --bs-font-lg: 1rem;
    --bs-font-xl: 1.25rem;
    --bs-font-xxl: 1.5rem;
    --bs-table-header-text: 0.815rem;
}
@font-face {
    font-family: theme-font-Regular;
    src: url(../webfonts/Poppins-Regular.woff);
}
@font-face {
    font-family: theme-font-Medium;
    src: url(../webfonts/Poppins-Medium.woff);
}
@font-face {
    font-family: theme-font-Bold;
    src: url(../webfonts/Poppins-Bold.woff);
}
@font-face {
    font-family: theme-font-SemiBold;
    src: url(../webfonts/Poppins-SemiBold.woff);
}
@font-face {
    font-family: theme-font-Thin;
    src: url(../webfonts/Inter-Thin.woff);
}
