
:root{

 --primary-color: #0d6efd;
 --secondary-color: #6c757d;
 --accent-color: #198754;

 --heading-font: 'Poppins', sans-serif;
 --body-font: 'Inter', sans-serif;

 --border-radius: 12px;

}