@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --red: #CE1E19;
    --white: #fff;
    --black: #000;
}

#wpadminbar {
    display: none !important;
}

body, html {
    margin: 0 !important;
    padding: 0 !important;
}

.text-center {
    text-align: center;
}

.centered-column {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.content {
    width: 100% !important;
}

p, span {
    font-family: "Saira Condensed", sans-serif;
    margin: 0 0 10px;
    display: block;
    line-height: 1;
    line-height: 1lh;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: unset;
    font-family: "Saira Condensed", sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Saira Condensed", sans-serif;
    margin: 0 0 20px;
}
