/* WEBFONTS */

@font-face {
    font-family: 'Forum';
    src: 	url('../fonts/Forum.woff2') format('woff2'),
        	url('../fonts/Forum.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: antialiased;
  	font-smoothing:antialiased;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: antialiased;
  	font-smoothing:antialiased;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: antialiased;
  	font-smoothing:antialiased;
}