﻿.as-10em {
		font-size: 10em;
}

body {
		font-size: 0.75em;
}

		body .btn {
				font-size: 1em;
		}

		body .form-control {
				font-size: 1em;
		}

		body .form-select {
				font-size: 1em;
		}
/* Add this to your custom style.css */
.btn, .form-control, .form-select, .card, .card-header, .alert, .nav-link, .dropdown-menu, .modal-content, .modal-header, .input-group, .input-group-sm, .input-group-text {
		border-radius: 0 !important;
}

.fs-90 {
		font-size: 0.9em !important;
}
.fs-80 {
		font-size: 0.8em !important;
}

span.bg-info {
		transition: background-color 0.3s ease, color 0.3s ease;
}

		span.bg-info:hover {
				background-color: rgb(25, 135, 84) !important;
		}

a.bg-info:hover {
		background-color: rgb(25, 135, 84) !important;
}
