/* Import Inter from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700&display=swap');

/* Inter Bold */
@font-face {
    font-family: "Inter Bold";
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
}

/* Inter Book (Regular) */
@font-face {
    font-family: "Inter Book";
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
}

/* Inter Extra Light */
@font-face {
    font-family: "Inter Extra Light";
    font-weight: 200;
    font-display: swap;
    font-style: normal;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
}

/* Inter Light */
@font-face {
    font-family: "Inter Light";
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
}

/* Inter Medium */
@font-face {
    font-family: "Inter Medium";
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    src: url('https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2') format('woff2');
}

