/* Custom style */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import "colors.css";
@import "language-selector.css";

html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

body {
    min-height: 100vh;
}

header {
    padding: 2rem 0;
}

span.input-maxlength-counter {
    font-size: 0.85rem;
    color: #666;
}

footer .footer-top{
    background: #383D51;
}

footer .footer-bottom{
    background: #8A2866;
}

footer a {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    color: #f0d385;
}
