/*
Theme Name: Akira
Author: Jakub Poliszuk
Author URI: https://happy-lynx.com/
Version: 1.0
*/

/* Font: */
.font-raleway {
	font-family: "Raleway", sans-serif;
}

/* Colors: */
.text-primary {
	color: #5F74D4;
}

.bg-primary {
	background-color: #5F74D4;
}

.text-secondary {
	color: #FDD394;
}

.bg-secondary {
	background-color: #FDD394;
}

.text-tertiary {
	color: #FFA3AE;
}

.bg-tertiary {
	background-color: #FFA3AE;
}

.mb-25 {margin-bottom: 6.25rem;}
.-mb-25 {margin-bottom: -6.25rem;}
