/*
	Theme Name: EAGLE
	Theme URI: https://eagle-theme.COM
	Author: NOBODY
	Description: EAGLE THEME
	Version: 1.0
	License: The MIT License (MIT)
	License URI: http://www.gnu.org/licenses/mit-2.0.html
	Text Domain: EAGLE-THEME.COM
*/

@import url("dist/style.css");
@import url("assets/css/main.css");

/* WP Core styles */
/* .admin-bar {padding-top: 30px;} */

.loader {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #2563eb; /* Blue */
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
