.author-name .tn-atom,
.author-name {
    font-family: 'Squada One', sans-serif !important;
}
.poppins-bold,
.poppins-bold .tn-atom {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
}
.worksans-thin,
.worksans-thin .tn-atom,
.worksans-thin * {
    font-family: 'Work Sans' !important;
    font-weight: 100 !important;
    font-style: normal !important;
}

.worksans-regular,
.worksans-regular .tn-atom,
.worksans-regular * {
    font-family: 'Work Sans' !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.worksans-bold,
.worksans-bold .tn-atom,
.worksans-bold * {
    font-family: 'Work Sans' !important;
    font-weight: 700 !important;
    font-style: normal !important;
}