﻿@font-face {
    font-family: 'montserrat-regular';
    src: url('../default/fonts/montserrat-regular.ttf') format('truetype');
}

body {
    text-align: left;
    height: 50px;
    margin: 0;
    background: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: montserrat-regular;
    font-size: 13px;
    font-weight: normal;
}
