







@font-face {
    font-family: 'trajanpro3-regular';
    src: url('_media/custom/trajanpro3-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Decker';
    src:  url('_media/custom/Decker.ttf.woff') format('woff'),
    url('_media/custom/Decker.ttf.svg#Decker') format('svg'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BreathingSolid';
    src: url('_media/custom/Breathing-Solid.woff') format('woff'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



:root {
    --title-font-family: 'trajanpro3-regular', serif !important;
    --body-font-family: 'Decker', sans-serif !important; 
    --special-font-family: 'BreathingSolid' !important;
}