@font-face { 
font-family: 'circe';
src: url('/fonts/circe.eot');
src: url('/fonts/circe.eot') format('eot'),
url('/fonts/circe.woff') format('woff'),
url('/fonts/circe.ttf') format('truetype');
font-display: swap;
} 

@font-face { 
font-family: 'circe-bold';
src: url('/fonts/circe-bold.eot');
src: url('/fonts/circe-bold.eot') format('eot'),
url('/fonts/circe-bold.woff') format('woff'),
url('/fonts/circe-bold.ttf') format('truetype');
font-display: swap;
}    

@font-face { 
font-family: 'circe-light';
src: url('/fonts/circe-light.eot');
src: url('/fonts/circe-light.eot') format('eot'),
url('/fonts/circe-light.woff') format('woff'),
url('/fonts/circe-light.ttf') format('truetype');
font-display: swap;
}