﻿@charset "utf-8";

/* CSS Document */

:root {
	/* #ff650c in decimal RGB */
	--main-color: rgba(12, 46, 90);
	--main-color-rgb: 12,46,90;
}