﻿@import url("/UAF_Theme/Theme.UAF_Theme.css?6132");

@font-face {
    font-family: 'Corbel';
    src: url('/UAF_Web/Corbel.TTF');
    src: url('/UAF_Web/Corbel.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
    }
    
    html,
body {
    background-color: #FFF;
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Corbel';
}