/*==============================
	Fonts
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Inter:wght@400;500&display=swap");

@font-face {
    font-family: "Cairo";
    src: url("../../fonts/cairo/cairo-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Cairo";
    src: url("../../fonts/cairo/cairo-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Cairo";
    src: url("../../fonts/cairo/cairo-SemiBold.ttf");
    font-weight: 600;
}


body {
    font-family: 'Cairo', sans-serif; /* Use the font by its declared name */
}