/* DM Sans */

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
    font-display: swap;
	src: url('../font/dm-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../font/dm-sans-v6-latin-regular.woff') format('woff'); /* Modern Browsers */
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
    font-display: swap;
	src: url('../font/dm-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../font/dm-sans-v6-latin-700.woff') format('woff'); /* Legacy iOS */
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
    font-display: swap;
	src: url('../font/dm-sans-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../font/dm-sans-v6-latin-500.woff') format('woff'); /* Legacy iOS */
}


/* Ubuntu */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../font/ubuntu-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/ubuntu-v15-latin-300.woff') format('woff'); /* Legacy iOS */
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/ubuntu-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/ubuntu-v15-latin-regular.woff') format('woff'); /* Legacy iOS */
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../font/ubuntu-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/ubuntu-v15-latin-500.woff') format('woff'); /* Legacy iOS */
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/ubuntu-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../font/ubuntu-v15-latin-700.woff') format('woff'); /* Legacy iOS */
}


/* Montserrat */

/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    font-style: normal;*/
/*    font-weight: 100;*/
/*    font-display: swap;*/
/*    src: url('../font/montserrat-100.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    font-style: normal;*/
/*    font-weight: 200;*/
/*    font-display: swap;*/
/*    src: url('../font/montserrat-200.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    font-display: swap;*/
/*    src: url('../font/montserrat-300.ttf') format('truetype');*/
/*}*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/montserrat-400.ttf') format('truetype');
}

/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-display: swap;*/
/*    src: url('../font/montserrat-500.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    font-display: swap;*/
/*    src: url('../font/montserrat-600.ttf') format('truetype');*/
/*}*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/montserrat-700.ttf') format('truetype');
}

/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    font-display: swap;*/
/*    src: url('../font/montserrat-800.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Montserrat';*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    font-display: swap;*/
/*    src: url('../font/montserrat-900.ttf') format('truetype');*/
/*}*/


/* Material Icons */

@font-face{
    font-family: 'MaterialIcons';
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: url('../font/material-icons.woff2') format('woff2'),
         url('../font/material-icons.woff') format('woff'),
         url('../font/material-icons.ttf') format('truetype');
}

.mi{
    font-family:'MaterialIcons';

    display:inline-block;
    vertical-align:middle;

    font-weight:normal;
    font-style:normal;
    text-transform:none;
    text-decoration:none;

    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    font-feature-settings:'liga';
}
