/* Asap Font Family - Local */

/* Asap Regular (400) */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Asap-Regular.woff2') format('woff2');
}

/* Asap Medium (500) */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Asap-Medium.woff2') format('woff2');
}

/* Asap SemiBold (600) */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Asap-SemiBold.woff2') format('woff2');
}

/* Asap Bold (700) */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Asap-Bold.woff2') format('woff2');
}

/* Asap Italic (400) */
@font-face {
    font-family: 'Asap';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Asap-Italic.woff2') format('woff2');
}
