:root {
	--ry-dark-blue: #0b172a;
}

body {
	background: #fbfcfd;
	font-family: "DM Sans", sans-serif;
}

img {
	max-width: 100%;
	border-radius: 7px;
}

.cursor-pointer { cursor: pointer; }

.bg-dark-blue { background-color: var(--ry-dark-blue); }

.fw-900 { font-weight: 900; }
.fw-1000 { font-weight: 1000; }

.fs-hero {
	font-weight: 1000;
	font-size: 48pt;
	line-height: .8;
}

/* /dokumen */
.dokumen-card {
	transition: 250ms all ease;
	color: inherit;
	text-decoration: none;
}

.dokumen-card:hover {
	outline: 2px solid #143D60 !important;
}