@charset "utf-8";

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-Thin.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-ExtraLight.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-ExtraBold.ttf') format('ttf');
    font-weight: 800;   
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/Poppins-Black.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
}
