:root
{
  /* Colors */
  --dark-mint-green:#11BF79;
  --marine:#00305B;
  --gunmetal:#292F33;
  --light-grey:#292F33B3;
  --white:#fff;
  --border-color:#292F3333;
  --dark-slate-grey:#243E3A;
  --tab-text:#243E3A66;
  --tab-bg:#292F3314;
  --upload-text:#47596980;
  --danger:#ff0000;
  --back-btn:#292F3399;
  --mint-tulip:#d2f3e6;
  --tea-green:#61b37e;
  --document-bg:#292F330D;
  --off-green:#e5fbe9;
  --magic-mint:#a8f5d1;
  --light-turquoise:#82f3cc;
  --forest-green:#53995d;
  --bg-wrapper:#F0FAFF; 
  --book-btn-bg: #1F67A6;

  /* Font size and line height */
  --size-12:0.7rem;
  --size-14:0.875rem;
  --size-16:1rem;
  --size-17: 17px;
  --size-18: 1.125rem;
  --size-20:1.25rem;
  --size-22: 1.375rem;
  --size-24:1.5rem;
  --size-27:1.6875rem;
  --size-28:1.75rem;
  --size-30:1.875rem;
  --size-36:2.25rem;
  --size-40:2.5rem;
  --font-family: Poppins;
}
.primary_color{
  color: #11BF79;
}
.Title_color{
  color: #00305B;
}

  

@font-face {
  font-family: 'volkhov';
  src: url('../font/volkhov/Volkhov-Bold.ttf');
}
@font-face {
  font-family: 'Poppins';
  src: url('/modules/custom/webshop/font/poppins/Poppins-Regular.ttf');
}
@font-face {
  font-family: 'Inter';
  src: url('/modules/custom/webshop/font/Inter/static/Inter-Regular.ttf');
}
@font-face {
  font-family: 'DM sans';
  src: url('/modules/custom/webshop/font/DM_Sans/static/DMSans-Regular.ttf');
}

.font-inter {
  font-family: 'Inter';
}
.DM-sans-font{
  font-family: 'DM sans';
}
.font-poppins{
  font-family: 'Poppins';
}