@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


::root {
	--font-family-sans-serif: "Poppins", sans-serif;
}

body, 
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6, 
.popover, 
.home-page-layout .page-layout--body-header .page-layout--modules-container .page-layout--modules .page-layout--modules-item .overview-value, 
.profile-information dl .group-field-title dt, 
.profile-information dl .file-info > span {
	font-family: "Poppins", sans-serif;
}

body .navbar-brand:has(img) {
	margin-left: 0 !important;
}

body:has(.fa-chevron-double-right) .navbar-brand:has(img) {
	margin-left: auto !important;
}

body:not(:has(.app-container)) .user-menu-button {
    margin-right: auto;
}

.article-share a:has(.fa-twitter-square) i {
    display: none;
}

.article-share a:has(.fa-twitter-square) {
    background-size: contain;
    background-position: center;
    height: 24px;
    width: 18.5px;
    vertical-align: text-bottom;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cg%3E%3Cpolygon points='119.4,137.2 300,373.3 327.7,373.3 149.2,137.2' fill='%23adb5bd'/%3E%3Cpath d='M400,32H48C21.5,32,0,53.5,0,80v352c0,26.5,21.5,48,48,48h352c26.5,0,48-21.5,48-48V80C448,53.5,426.5,32,400,32z M286.3,403.1l-78.7-102.9l-90,102.9h-50l116.7-133.3l-123-160.9h103l71.1,94l82.3-94h49.9L258.5,233.5l128.3,169.6H286.3z' fill='%23adb5bd'/%3E%3C/g%3E%3C/svg%3E");
}

.article-share a:has(.fa-twitter-square):hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cg%3E%3Cpolygon points='119.4,137.2 300,373.3 327.7,373.3 149.2,137.2' fill='%23000000'/%3E%3Cpath d='M400,32H48C21.5,32,0,53.5,0,80v352c0,26.5,21.5,48,48,48h352c26.5,0,48-21.5,48-48V80C448,53.5,426.5,32,400,32z M286.3,403.1l-78.7-102.9l-90,102.9h-50l116.7-133.3l-123-160.9h103l71.1,94l82.3-94h49.9L258.5,233.5l128.3,169.6H286.3z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
}