/* Webfont: Manrope-Bold */@font-face {
    font-family: 'Manrope';
    src: url('Manrope-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('Manrope-Bold.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

