﻿@font-face {
    font-family: 'Metropolis';
    src: url('/fonts/metropolis-regular.woff2') format('woff2'), url('/fonts/metropolis-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html {
    font-family: 'Metropolis', sans-serif !important;
}

input {
    font-family: 'Metropolis';
}
 table.standard input, table.standard select {
       
       font-family: 'Metropolis';
    }
select {
	 font-family: 'Metropolis';
}


