/**
 * Preneurs Blog - Local Inter Font Face Declarations
 * Using .woff2 format for optimal compression
 */

/* Inter Light (300) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

/* Inter ExtraBold (800) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

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