/*
Theme Name: UnderStrap Child
Description: Дочерняя тема для UnderStrap (Bootstrap 5)
Author: Frendlix
Template: understrap
Version: 1.0.0
Text Domain: understrap-child
*/

/* Кастомные стили проекта */
body {
    font-family: 'Inter', sans-serif;
}

.elementor-shortcode {
	font-family: 'Onest';
	color: #fff;
	font-size: 0.6em;
	text-transform: uppercase;
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 3em;
	right: auto;
	background-color: #2968EB;
	color: #fff;
	width: 3em;
	height: 3em;
	text-align: center;
	border-radius: 50%;
	line-height: 16px;
	cursor: pointer;
	transition: display 0.3s ease, background-color 300ms ease;
	border: none;
	padding: 0;
	left: 3em;
	z-index: 1;
}

#back-to-top:hover {
	background-color: rgba(0, 0, 0, 1);
}