@font-face {
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    src: url('./Poppins-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Bold';
    font-weight: normal;
    font-style: normal;
    src: url('./Poppins-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Light';
    font-weight: normal;
    font-style: normal;
    src: url('./Poppins-Light.ttf');
    font-display: swap;
}


@font-face {
    font-family: 'Poppins Extra Light';
    font-weight: normal;
    font-style: normal;
    src: url('./Poppins-ExtraLight.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Thin';
    font-weight: normal;
    font-style: normal;
    src: url('./Poppins-Thin.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    font-weight: normal;
    font-style: normal;
    src: url('./OpenSans-CondBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Light';
    font-weight: normal;
    font-style: normal;
    src: url('./OpenSans-CondLight.ttf');
    font-display: swap;
}