﻿@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url(/assets/font/montserrat.woff2) format('woff2');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url(/assets/font/montserrat.woff2) format('woff2');
}
body {
    font-size: 14.5px;
    font-family: Montserrat, Arial, sans-serif;
    /*color: rgb(255, 255, 255);
    background-color: rgb(25, 33, 40);*/
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
    margin: 0px;
    overflow: hidden;
}
