@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.talentnetwork.vn/assets/owners/mtalent/css/fonts/JetBrainsMono-Regular.woff2) format('woff');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url(https://assets.talentnetwork.vn/assets/owners/mtalent/css/fonts/InterVariable.woff2) format('woff');
  font-display: swap;
}

:root {
  --default-font:
    Arial, 'Inter, SF Pro Text', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  box-sizing: content-box;
  border: none;
  height: 0;
  overflow: visible;
}

textarea {
  font-family: var(--default-font);
  line-height: inherit;
  margin: 0;
}

img,
svg {
  vertical-align: middle;
}

.empty-span {
  min-width: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #2a3632;
  -webkit-font-smoothing: antialiased;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

html,
body,
#root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav,
header,
section,
footer {
  position: relative;
}

header,
section,
[data-bg-src],
[data-bg-src-2x] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

header nav {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

nav {
  width: 100%;
}

nav.transparent {
  background: 0 0;
}

img {
  width: auto;
  max-width: 100%;
}

a,
button {
  cursor: pointer;
  transition: all 0.25s;
}

a,
a:active,
button:active,
a:focus,
button:focus {
  outline: none;
}

button {
  border: none;
  font-size: 14px;
  outline: none !important;
}

input,
textarea {
  color: #2a3632;
  resize: none;
  /* background: 0 0; */
  /* border: 0; */
  outline: none;
  font-size: 16px;
}

label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

p,
span,
a,
ul,
ol,
button {
  font-family: var(--default-font);
}

a,
a:hover,
a:focus {
  /* color: inherit; */
}

h1,
h2 {
  font-size: 58px;
  line-height: 70px;
}

h1.big,
h2.big {
  font-size: 72px;
  line-height: 86px;
}

h1.small,
h2.small {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

h3 {
  font-size: 42px;
  line-height: 52px;
}

b,
strong {
  font-weight: 700;
}

.intercom-lightweight-app {
  z-index: 1400 !important;
}

@media (max-width: 768px) {
  .intercom-lightweight-app {
    z-index: auto !important;
  }
}
