@charset "UTF-8";
@import url('../font/tajawal.css');
:root {
--bg-header: #2386c8;
--co-header: #FFFFFF;
}
/* css\build.css */
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
height: 100%;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: var(--fo-family);
font-size: var(--fo-size);
font-weight: var(--fo-weight);
line-height: var(--fo-line-height);
font-style: normal;
font-optical-sizing: auto;
background-color: #f4f5ff;
}
i {
font-style: normal;
}
a {
text-decoration: none;
}
img, a {
display: inline-block;
}
img, svg {
vertical-align: middle;
}
p {
margin: 0;
padding: 0;
}
.p, .div {
margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: var(--fo-weight);
font-size: var(--fo-size);
}
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
hr {
margin: 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}