/*
 * Copyright 2020-Present Titan Informatics LLC. All Rights Reserved.
 *
 * Proprietary and Confidential.
 * Author: Titan Informatics Team
 *
 * This source code is the exclusive property of Titan Informatics LLC.
 * Unauthorized use, reproduction, disclosure, or distribution without written permission is strictly prohibited.
 */
:root {
	--black: #28282B;
	--black1: #dedede;
	--font-family: "The US Daily News";
	--font-size: 1rem;
}

[data-name="copyright"] {
	font-size: 0.875rem;
	position: absolute;
	bottom: 16px; left: 50%;
	transform: translateX(-50%);
}
[data-name="copyright"] [data-year="current"],
[data-name="copyright"] [data-year="current"]::before,
[data-name="copyright"] [data-year="current"]::after {
	position: relative; float: left;
}
[data-name="copyright"] [data-year="current"] {
	margin: 0 5px 0 0;
}
[data-name="copyright"] [data-year="current"]::before {
	font-family: "Font Awesome 6 Sharp";
	font-size: 1rem;
	font-weight: 300;
	content: "\f1f9";
	margin: -1px 3px 0 0;
}
[data-name="copyright"] [data-year="current"]::after {
	content: "2020 -";
	margin: 0 3px 0 0;
}

@media (min-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
