/* ---- Inter ---- */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url("./Inter/Inter-Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url("./Inter/Inter-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url("./Inter/Inter-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url("./Inter/Inter-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url("./Inter/Inter-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url("./Inter/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url("./Inter/Inter-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url("./Inter/Inter-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url("./Inter/Inter-Black.ttf") format("truetype");
}

/* ---- Poppins ---- */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url("./Poppins/Poppins-Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url("./Poppins/Poppins-ThinItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url("./Poppins/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url("./Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url("./Poppins/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url("./Poppins/Poppins-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url("./Poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url("./Poppins/Poppins-Italic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url("./Poppins/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url("./Poppins/Poppins-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url("./Poppins/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url("./Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url("./Poppins/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url("./Poppins/Poppins-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url("./Poppins/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url("./Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url("./Poppins/Poppins-Black.ttf") format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url("./Poppins/Poppins-BlackItalic.ttf") format("truetype");
}


/* ---- Quicksand ---- */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url("./Quicksand/Quicksand-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url("./Quicksand/Quicksand-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url("./Quicksand/Quicksand-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url("./Quicksand/Quicksand-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url("./Quicksand/Quicksand-Bold.ttf") format("truetype");
}