@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900,301,401,501,701,901&display=swap');

@import url("bootstrap-custom.min.css?v=1");

html,
body {
	width: 100%;
	max-width: 740px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1.0625rem;
	line-height: 1.6;
	background-color: #F4F6FA;
}

#tinymce .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	text-decoration: none;
}

table {
	font-size: .8em;
}

table thead td {
	font-weight: 700;
}

table td {
	padding: .5rem;
	border: 1px solid rgb(228, 229, 230);
}

table tbody tr:nth-child(even) td {
	background-color: rgb(228, 229, 230, .5);
}

table tfoot td {
	font-style: italic;
}

a {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

p {
	line-height: 1.65rem;
	margin-bottom: 1.25rem;
}

h1,
.h1 {
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: 1.02;
}

h2,
.h2 {
	margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.02;
}

h3,
.h3 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.02;
}

h4,
.h4 {
	margin-bottom: .5rem;
	line-height: 1.02;
}

h5,
.h5 {
	margin-bottom: .2rem;
	line-height: 1.02;
}

h6,
.h6 {
	margin-bottom: .2rem;
}

.fw-medium {
	font-weight: 500;
}

.lead {
	line-height: 1.5;
}

.link-with-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: #0E1524;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.link-with-icon:after {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    right: 10px;
}

.small {
	font-size: .9rem;
}

.btn-light {
    box-shadow: inset 0 0 0 1px #DCE3EE, inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* ################################################## MEDIA QUERIES ################################################## */
html,
body {
	font-size: 16px;
}

/* Small devices (landscape phones, 576px and up) */
/* Bootstrap: -sm */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
/* Bootstrap: -md */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
/* Bootstrap: -lg */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
/* Bootstrap: -xl */
@media (min-width: 1200px) {}

/* HD devices (extra large desktops, 1540px and up) */
@media (min-width: 1540px) {}
