@font-face {

font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url('../fonts/montserrat-v12-latin-300.woff2') format('woff2'),
url('../fonts/montserrat-v12-latin-300.woff') format('woff');

}

/* montserrat-600 - latin */ @font-face {

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url('../fonts/montserrat-v12-latin-600.woff2') format('woff2'),
url('../fonts/montserrat-v12-latin-600.woff') format('woff');

}

$fa-font-path: '../fonts';

@font-face {

font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
url('#{$fa-font-path}/fa-solid-900.woff') format('woff');

}

.fa, .fas {

font-family: 'Font Awesome 5 Free';
font-weight: 900;

}

@font-face {

font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
url('#{$fa-font-path}/fa-regular-400.woff') format('woff');

}

.far {

font-family: 'Font Awesome 5 Free';
font-weight: 400;

}

@font-face {

font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
url('#{$fa-font-path}/fa-brands-400.woff') format('woff');

}

.fab {

font-family: 'Font Awesome 5 Brands';

}