@font-face {
    font-family: 'Sombra';
    src: url('https://custom-joblist.s3.eu-west-1.amazonaws.com/fonts/tas/Sombra-Medium.woff2') format('woff2'),
        url('https://custom-joblist.s3.eu-west-1.amazonaws.com/fonts/tas/Sombra-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('https://custom-joblist.s3.eu-west-1.amazonaws.com/fonts/tas/WorkSans-Regular.woff2') format('woff2'),
        url('https://custom-joblist.s3.eu-west-1.amazonaws.com/fonts/tas/WorkSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.job-search,
.search-job,
.filters,
.pagination {
    display: none !important;
}

.title {
    font-family: 'Sombra';
    color: black;
    font-size: 20px;
}

.job-details {
    display: none;
}

.job {
    padding: 20px 10px !important;
}

.job:hover {
    background: white;
}

.job:hover .title {
    color: black;
}

.footer,
.footer a {
    color: black;
    font-family: 'Work Sans';
}

.footer a {
    text-decoration: underline;
}