:root {
    /* color definitions */
    --color-brand-primary: #FFBC4A;
    --color-background-primary: #B6360D;
    --color-primary-medium: #E3262E;
    --color-status-danger-light: #EB5757;
    /* font definitions */
    --font-brand-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}


body {
    background-color: #006DF8;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.logo {
    background-position: center center;
    background-repeat: no-repeat;
    width: 195px;
    height: 42px;
    background-size: cover;
    margin-top: 24px;
    margin-bottom: 24px
}

.highlight,
.price {
    color: #13357A;
}