﻿@font-face {
  font-family: "Lato";
  src: url("/Fonts/lato-regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/Fonts/lato-bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Lato";
  src: url("/Fonts/lato-light.woff2") format("woff2");
  font-weight: 300;
}
/*
    FROM BRAND GUIDELINES
*/
/*
    SPECIFICS
*/
body {
  background-color: #fff;
  color: #000;
}

.admin-table tr td:last-of-type {
  text-align: right;
}
