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


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

html {
    scroll-padding-top: 148px;
}

#wpadminbar {
    display: none !important;
}

body, html {
    margin: 0 !important;
    padding: 0 !important;
    scroll-behavior: smooth !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 {
    margin: 0 0 10px;
    display: block;
    line-height: 1;
    line-height: 1lh;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: unset;
}

a, h1, h2, h3, h4, h5, h6, ul, ol, li, p, span {
    font-family: "Saira Condensed", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
}

h2 {
    font-size: 30px;
}