/*  typography */

@font-face {
  font-family: 'frutiger';
  src: url('/fonts/frutiger/NeueFrutigerGeorgianLight/font.woff');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'frutiger';
  src: url('/fonts/frutiger/NeueFrutigerGeorgianRg/font.woff');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'frutiger';
  src: url('/fonts/frutiger/NeueFrutigerGeorgianMedium/font.woff');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'frutiger';
  src: url('/fonts/frutiger/NeueFrutigerGeorgianBold/font.woff');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'frutiger';
  src: url('/fonts/frutiger/NeueFrutigerGeorgianHeavy/font.woff');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'frutiger';
  src: url('/fonts/frutiger/NeueFrutigerGeorgianBlack/font.woff');
  font-weight: 800;
  font-display: swap;
}
