/**
 * Atkinson — same stack as biucut-website (international creator site).
 */

@font-face {
	font-family: "Atkinson";
	src: url("../fonts/atkinson-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Atkinson";
	src: url("../fonts/atkinson-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
	--ri-font-sans-serif: "Atkinson", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
.btn,
.form-control,
.form-select,
.dropdown-menu,
.modal,
.card,
.navbar,
.site-footer {
	font-family: var(--ri-font-sans-serif);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--ri-font-sans-serif);
	line-height: 1.25;
}

strong,
b {
	font-weight: 700;
}
