@font-face {
  font-family: 'Atlas';
  font-style: normal;
  font-weight: 300;
  src: local('Atlas Light AAA'), 
      local('atlas-light-aaa'),
      url('atlas-light-aaa.woff2') format('woff2'),
      url('atlas-light-aaa.woff') format('woff'),
      url('atlas-light-aaa.otf') format('otf'),
      url('atlas-light-aaa.eot') format('eot');
}

@font-face {
  font-family: 'Atlas';
  font-style: normal;
  font-weight: 400;
  src: local('Atlas Regular AAA'), 
      local('atlas-regular-aaa'),
      url('atlas-regular-aaa.woff2') format('woff2'),
      url('atlas-regular-aaa.woff') format('woff'),
      url('atlas-regular-aaa.otf') format('otf'),
      url('atlas-regular-aaa.eot') format('eot');
}

@font-face {
  font-family: 'Atlas';
  font-style: normal;
  font-weight: 600;
  src: local('Atlas Bold AAA'), 
      local('atlas-bold-aaa'),
      url('atlas-bold-aaa.woff2') format('woff2'),
      url('atlas-bold-aaa.woff') format('woff'),
      url('atlas-bold-aaa.otf') format('otf'),
      url('atlas-bold-aaa.eot') format('eot');
}
            

body { font-family: atlas, Arial; }
