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


@font-face {
    font-family: 'Inter Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Bold'), url('../fonts/inter/Inter-Bold.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Inter Black';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Black'), url('../fonts/inter/Inter-Black.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Inter ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Inter ExtraBold'), url('../fonts/inter/Inter-ExtraBold.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Inter ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Inter ExtraLight'), url('../fonts/inter/Inter-ExtraLight.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Inter Light';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Light'), url('../fonts/inter/Inter-Light.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Inter Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Medium'), url('../fonts/inter/Inter-Medium.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Inter SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Inter SemiBold'), url('../fonts/inter/Inter-SemiBold.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Inter Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Thin'), url('../fonts/inter/Inter-Thin.woff') format('woff');
    font-display: swap;
}

/* Poppins */
/*
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins'), url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black'), url('../fonts/poppins/Poppins-Black.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold'), url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight'), url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold'), url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin'), url('../fonts/poppins/Poppins-Thin.woff') format('woff');
    font-display: swap;
}
*/