/* Font imports for services/unlocking-services */
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Muli');

/* CSS Variables for services/unlocking-services */
:root {
  --font-head: Philosopher , Philosopher;
  --font-body: Muli, sans-serif;
}

