:root {
    --primary-main: #121c3b;
    --secondary-main: #beac94;
    --title-color-main: #121c3b;
    --text-color-main: #393939;
    --base-surface: #f0efeb;
    --base-card-dark: #f1efea;
    --base-card-light: #f9f9f9;
    --title-font: "athelasarabic";
    --text-font: "Roboto";
}

.ui-link-layer {
	position: relative;
}
.ui-link {
	position: absolute;
	inset: 0;
	z-index: 1;
}