/* css/fonts.css - Author font */

@font-face {
    font-family: 'Author';
    src: url('../fonts/Author-Regular.woff2') format('woff2'),
         url('../fonts/Author-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('../fonts/Author-Medium.woff2') format('woff2'),
         url('../fonts/Author-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('../fonts/Author-SemiBold.woff2') format('woff2'),
         url('../fonts/Author-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('../fonts/Author-Bold.woff2') format('woff2'),
         url('../fonts/Author-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Author', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

.entry h6,
.entry .entry-date {
    font-family: 'Author', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    color: #666;
}