﻿
/* @import must be at top of file, otherwise CSS will not work */
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
    font-family: 'gill_sansheavy';
    src: url('/webfonts/gill_sans_heavy-webfont.woff2') format('woff2'), url('/webfonts/gill_sans_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


