@import url("custom.css");
@import url("sidebar.css");
@import url("header.css");
@import url("table.css");

:root {
    --brand-primary-rgb: rgb(9, 78, 145);
    --brand-auxiliar-rgb: rgb(17, 103, 54);
	--brand-white-rgb: rgb(255, 255, 255);
    --brand-accent: #c9a227;
    --brand-bg: #FCFCFC;
    --brand-text: #2d3748;
	--brand-text-gray: #5f6c7b;
    --brand-success: #2d7a4f;
    --brand-danger: #c0392b;
    --shadow-soft: 0 2px 12px rgba(0, 0, 0, 0.07);
    --radius-soft: 12px;

	/* Tons disponíveis */
	--brand-primary-50:  #eef5fc;
    --brand-primary-100: #d8e8f7;
    --brand-primary-200: #b5d3ef;
    --brand-primary-300: #85b7e3;
    --brand-primary-400: #4f93d2;
    --brand-primary-600: #084784;
    --brand-primary-700: #06396a;
    --brand-primary-800: #042b50;
    --brand-primary-900: #021c36;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--brand-text);
	background-color: var(--brand-primary-50);
}

h1, h2, h3, h4, h5, .section-title, .subsection-title {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
