@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BwGradual';
    src: url('../fonts/BwGradualDEMO-Bold.woff2') format('woff2'),
    url('../fonts/BwGradualDEMO-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BwGradual';
    src: url('../fonts/BwGradualDEMO-Medium.woff2') format('woff2'),
    url('../fonts/BwGradualDEMO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BwGradual';
    src: url('../fonts/BwGradualDEMO-Regular.woff2') format('woff2'),
    url('../fonts/BwGradualDEMO-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
