﻿@font-face {
  font-family: 'Times New Roman';
  src:  url('fonts/Times-New-Roman-PS-Pro-Grk-W04.woff2') format('woff2'),
        url('fonts/Times-New-Roman-PS-Pro-Grk-W04.woff') format('woff');
}

@font-face {
  font-family: 'Atlas Light';
  src:  url('fonts/AtlasGrotesk-Light.woff2') format('woff2'),
        url('fonts/AtlasGrotesk-Light.woff') format('woff');
}

@font-face {
  font-family: 'Atlas Medium';
  src:  url('fonts/AtlasGrotesk-Medium.woff2') format('woff2'),
        url('fonts/AtlasGrotesk-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Atlas Regular';
  src:  url('fonts/AtlasGrotesk-Regular.woff2') format('woff2'),
        url('fonts/AtlasGrotesk-Regular.woff') format('woff');
}

body { font-family:'Times New Roman'; font-size:17px;letter-spacing:0.4px }