
/* HUMANE */


@font-face {
    font-family: 'Humane';
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/humane/Humane-Thin.ttf);
 }

@font-face {
    font-family: 'Humane';
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/humane/Humane-ExtraLight.ttf);
 }

 @font-face {
    font-family: 'Humane';
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/humane/Humane-Light.ttf);
 }

 @font-face {
    font-family: 'Humane';
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/humane/Humane-Regular.ttf);
 }

 @font-face {
    font-family: 'Humane';
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/humane/Humane-Medium.ttf);
 }

 @font-face {
    font-family: 'Humane';
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/humane/Humane-SemiBold.ttf);
 }

 @font-face {
    font-family: 'Humane';
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/humane/Humane-Bold.ttf);
 }


/* POPPINS */


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

@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
 }

 @font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
 }

 @font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
 }

 @font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
 }

 @font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
 }

 @font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
 }

 @font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
 }

 @font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Black.ttf);
 }
