@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.theme-on-jobs h2.text-2xl {
    font-family: "Outfit", sans-serif;
}

.theme-on-jobs .fi-btn-color-primary, .theme-on-jobs .btn-primary {
    background-color: rgb(var(--color-primary-900));
}

.theme-on-jobs .text-custom-600 {
    background-color: rgb(var(--color-primary-500));
    color: rgb(var(--color-primary-900));
}

.theme-on-jobs .text-custom-700\/50 {
    color: rgb(var(--color-primary-900));
}
