@charset "UTF-8";

@font-face {
    font-family: Poppins;
    src: url(Poppins-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-Medium.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-SemiBold.otf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url(Poppins-Bold.otf);
    font-weight: 700;
    font-style: normal;
}