/* Days One - Regular */
@font-face {
    font-family: 'Days One';
    src: url('../fonts/days-one/days-one-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* PT Sans */
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans/pt-sans-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans/pt-sans-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Manrope */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/manrope-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/manrope-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}