/*  ----------------------------------------------------------------------------
    This file will load automatically when the Wokiee theme is active. You can use it
    for custom CSS.
*/

  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins.woff2') format('woff2');
    font-display: swap;
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
    size-adjust: 102%;
  }

