@font-face {
font-family: 'Omnes';
src: url('https://www.n9offices.com.sg/wp-content/uploads/2020/10/omnes-light.woff2') format('woff2'),
    url('https://www.n9offices.com.sg/wp-content/uploads/2020/10/omnes-light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Omnes';
src: url('https://www.n9offices.com.sg/wp-content/uploads/2020/10/omnes.woff2') format('woff2'),
    url('https://www.n9offices.com.sg/wp-content/uploads/2020/10/omnes.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Omnes';
src: url('https://www.n9offices.com.sg/wp-content/uploads/2020/10/omnes-medium.woff2') format('woff2'),
    url('https://www.n9offices.com.sg/wp-content/uploads/2020/10/omnes-medium.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Omnes';
src: url('https://www.n9offices.com.sg/wp-content/uploads/2020/10/omnes-semibold.woff2') format('woff2'),
    url('https://www.n9offices.com.sg/wp-content/uploads/2020/10/omnes-semibold.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}

:root{
--gradient: background-image: linear-gradient(45deg, #005c8e 0%, transparent 75%);
}

@media only screen and (max-width:768px){
:root {
font-size: 14px;
}
}

@media screen and (min-width:769px) and (max-width:2249px){
:root {
font-size: 16px;
}
}
@media screen and (min-width:2250px){
:root {
font-size: 18px;
}
}

html,body {
background: #fff;
font-size:1rem;
line-height: 1.8;
color:#454A4B;
font-family: 'Omnes', sans-serif !important;
}

.hide {
display: none !important;
}
.white{
color:#fff;
}
.black{
color:#000;
}
.text-light{
font-weight:300 !important;
}
.text-regular{
font-weight:400 !important;
}
.text-medium{
font-weight:600 !important;
}
.text-bold{
font-weight:700 !important;
}
a, a:visited{
color:#000;
font-weight:600;
}



footer .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
padding-inline-start: 0.25ch;
}
}