/* fonts.css */
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-display: swap;
  font-family: 'Lulo Clean One';
  font-style: normal;
  font-weight: 700;
  src: url('lulo-clean-one-bold.otf') format('opentype');
}
