﻿@font-face {
    font-family: 'AzoSans-Medium';
    src: url('/fonts/AzoSans-Medium.woff2') format('woff2'), url('/fonts/AzoSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AzoSans-Light';
    src: url('/fonts/AzoSans-Light.woff2') format('woff2'), url('/fonts/AzoSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: AzoSans-Light, sans-serif !important;
    /*font-size: 1rem;*/
    line-height: 1.5;
}

html, body {
    font-family: AzoSans-Medium, Helvetica, Arial, sans-serif !important;
}
