@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,400;1,600;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
* {
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    font-family: "Source Sans Pro", sans-serif !important;
    background: #fff url('../img/bg_site.png') no-repeat 50% 50%;
    background-size: contain;
    background-attachment: fixed;
    min-width: 360px;
}
body.home{
   background: #fff;
}

.role {
    font-size: 0.75rem !important;
}

