/* =========================================================================
   fonts.css – nur @font-face (Source Sans Pro, lokal aus wwwroot/css).
   ========================================================================= */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Source Sans Pro'), url('SourceSansPro-Regular.woff') format('woff');
}
