/*****************************************/
/***                Fonts               **/
/*****************************************/

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    src: local('Lexend'),
    url('../font/lexend-v26/lexend-v26-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    src: local('Lexend'),
    url('../font/lexend-v26/lexend-v26-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}

@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    src: local('Lexend'),
    url('../font/lexend-v26/lexend-v26-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}

body {
    font-family: Lexend, sans-serif;
    font-weight: 400;
}


select {
    font-family: Lexend, sans-serif; }