/* Font imports for category */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap" rel="stylesheet');
@import url('https://assets.zoca.ai/fonts/Avenir+Light.ttf');

/* CSS Variables for category */
:root {
  --font-head: Cormorant Garamond, Cormorant Garamond;
  --font-body: avenir-lt-w01_35-light1475496, sans-serif;
}

