@font-face {
    font-family: "Poppins100";
    src: url('../fonts/Poppins/Poppins-Thin.ttf');
}

@font-face {
    font-family: "Poppins200";
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: "Poppins300";
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: "Poppins400";
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: "Poppins500";
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: "Poppins600";
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: "Poppins700";
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: "Poppins800";
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf');
}

@font-face {
    font-family: "Poppins900";
    src: url('../fonts/Poppins/Poppins-Black.ttf');
}


@font-face {
    font-family: "Quicksand300";
    src: url('../fonts/Quicksand/Quicksand-Light.ttf');
}

@font-face {
    font-family: "Quicksand400";
    src: url('../fonts/Quicksand/Quicksand-Regular.ttf');
}

@font-face {
    font-family: "Quicksand500";
    src: url('../fonts/Quicksand/Quicksand-Medium.ttf');
}

@font-face {
    font-family: "Quicksand600";
    src: url('../fonts/Quicksand/Quicksand-SemiBold.ttf');
}

@font-face {
    font-family: "Quicksand700";
    src: url('../fonts/Quicksand/Quicksand-Bold.ttf');
}

@font-face {
    font-family: "Avenir500";
    src: url('../fonts/Avenir/Avenir Regular.otf');
}
