/* Cairo local font for MGZ system */

@font-face {
    font-family: "CairoLocal";
    src: url("../fonts/Cairo-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CairoLocal";
    src: url("../fonts/Cairo-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root{
    --system-font: "CairoLocal", Tahoma, Arial, sans-serif;
}

html,
body,
input,
textarea,
select,
button,
table,
th,
td,
a,
span,
div,
label,
p,
small,
strong,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--system-font) !important;
}

body{
    font-size:15px;
    line-height:1.7;
    letter-spacing:.2px;
}

h1,h2,h3,h4,h5,h6,
th,
strong{
    font-weight:700;
}

table{
    font-size:14px;
    line-height:1.6;
}

td,
th{
    font-variant-numeric: tabular-nums;
}