
@font-face {
    font-family: 'Museo';
    font-display: swap;
    src: url('/fonts/m9.eot');
    src: url('/fonts/m9.eot?#iefix') format('embedded-opentype'),url('/fonts/m9.woff2') format('woff2'),url('/fonts/m9.woff') format('woff'),url('/fonts/m9.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*resets*/
*, *::before, *::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

code {
    cursor: pointer;
    color: #058cc4;
    font-family: inherit;
}

input, select {
    vertical-align: middle;
}

blockquote {
    quotes: none;
    border-left: 5px solid #ccc;
    padding: 0 0 0px 15px;
    margin: 5px 0 15px;

    p:last-child {
        padding-bottom: 7px;
    }

    &:before, &:after {
        content: '';
        content: none;
    }
}

