@font-face {
    font-family: 'Proba Pro SmBd';
    src: url('../fonts/ProbaPro-SemiBold.woff2') format('woff2'),
    url('../fonts/ProbaPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proba Pro';
    src: url('../fonts/ProbaPro-Bold.woff2') format('woff2'),
    url('../fonts/ProbaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proba Pro';
    src: url('../fonts/ProbaPro-Regular.woff2') format('woff2'),
    url('../fonts/ProbaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Proba Pro', sans-serif;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    color: var(--bs-dark);
}

.cursor-pointer {
    cursor: pointer;
}

.readonly-input {
    background-color: var(--bs-gray-200) !important;
    color: var(--bs-gray-600) !important;
    cursor: not-allowed;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-gray-900);
    --bs-tooltip-color: var(--bs-white);
    --bs-tooltip-max-width: 300px;
    text-align: left !important;
}

.custom-tooltip .tooltip-inner {
    text-align: left !important;
}

.btn-light {
    background-color: transparent;
}

.breadcrumb {
    --bs-breadcrumb-divider: '>';
}
