@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');

:root {
    --restaurant-google-font: 'Cairo', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
button,
input,
textarea,
select,
.my_font,
.my_font_h2,
.my_font_20,
.my_font_btn,
.my_font_28,
.toarnum,
.font-primary {
    font-family: var(--restaurant-google-font) !important;
}
