@font-face {
  font-family: 'Outfit';
  src: url('//www.illuminum.london/cdn/shop/t/2/assets/Outfit-Regular.woff2?v=165992729341809778561759162196') format('woff2');
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-family: 'Inter', sans-serif;
  --second-family: 'Outfit', sans-serif;
  --third-family: 'Roboto', sans-serif;

  --text-color-black: #0c0c0c;
  --text-color-gray: #6a6a6a;
  --stroke-color: #a9a9a9;
  --text-white: #e6e6e6;
  --gray-fill: #eaeaea;
}