@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Thin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/roboto/RobotoCondensed-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/roboto/RobotoCondensed-Bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Black';
    src: url('/fonts/roboto/Roboto-Black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.anamnesio-logo{
    font-family: 'Roboto Condensed';
    font-weight: 700;
}

.font-condensed{
    font-family: 'Roboto Condensed';
    font-weight: normal;
}

.text-xs{
    font-size: 0.8rem;
}

.text-shadow{
    text-shadow: 2px 2px 10px #000000;
}

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
