--clerk-primary: #335bf1;
/* Components background color */
--clerk-background-color: #ffffff;
/* Components font color */
--clerk-font-color: #151515;
/* Components font family */
--clerk-font-family: "Inter", sans-serif;
/* Components label font weight */
--clerk-label-font-weight: 600;
/* Padding mod for selected Clerk elements */
/* Border radius for selected Clerk elements */
--clerk-border-radius: 0.5em;
/* Box shadow applied on form Clerk components */
--clerk-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
/* Clerk buttons font color */
--clerk-button-font-color: #ffffff;
/* Clerk buttons font family */
--clerk-button-font-family: "Inter", sans-serif;
/* Clerk buttons font weight */
--clerk-button-font-weight: 600;