@font-face {
    font-family: 'Cera-Pro-Regular';
    src:url('https://cdn.quabexpress.com/type/cerapro/regular') format('woff2'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cera-Pro-Bold';
    src:url('https://cdn.quabexpress.com/type/cerapro/bold') format('woff2'); 
    font-weight: normal;
    font-style: normal;
}
:root{
    --pg-background:#fff;
    --main-navy:#001D40;
    --main-sky:#00B2DB;
    --main-brown:#C09470;
    --secondary-brown:#C19469;
    --def-font-cl:#555;
}
.dark{
    --def-font-cl:#efefef;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    height: 100%;
    line-height: 1.5;
    font-family: 'Cera-Pro-Regular', sans-serif;
    font-size: 0.875rem;
}
.body-wrapper{
    width:100%;
    height: 100%;
    padding:0;
    margin:0;
}
a{
    text-decoration: none;
}