/*
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900'); 
*/


/* Inter font */

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

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

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

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

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

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

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

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


/* Roboto font */

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


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

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

/* @font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} */


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

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-ExtraBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-ExtraLight.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
} */


/* MaterialIcons-Regular font */

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

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* poppins */

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


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

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

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

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

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

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

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

/* Times New Roman */

@font-face {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/times-new-roman.ttf') format('truetype');
} 


@font-face {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/times-new-roman-bold.ttf') format('truetype');
} 


/* Arial */

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/ARIAL.TTF') format('truetype');
} 

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/ARIALBD.TTF') format('truetype');
} 

/* trebuchet-ms */

@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/trebuc.ttf') format('truetype');
} 


/* Tahoma */

@font-face {
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/tahoma.ttf') format('truetype');
} 


/* Helvetica */


/* @font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Helvetica.ttf') format('truetype');
} */


/* Helvetica Neue */


/* @font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Handvetica-Neue-Regular.ttf') format('truetype');
} */


