/* Frutiger: use fontes instaladas (local) ou .woff2 licenciados (Linotype/MyFonts/Adobe) em /fonts/ */
@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Frutiger LT Std 55 Roman'),
         local('Frutiger LT Std Roman'),
         local('Frutiger'),
         url('fonts/frutiger-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Frutiger LT Std 65 Bold'),
         local('Frutiger LT Std Bold'),
         url('fonts/frutiger-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Frutiger LT Std 65 Bold'),
         local('Frutiger LT Std Bold'),
         local('Frutiger Bold'),
         url('fonts/frutiger-700.woff2') format('woff2');
}
