@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --gsw-font-family: 'Inter', 'Segoe UI', Tahoma, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--gsw-font-family);
}

input,
textarea,
select,
option,
label,
p,
span,
li,
td,
th,
small {
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.btn,
[class*='title'],
[class*='heading'],
[class*='badge'],
[class*='chip'],
[class*='highlight'],
[class*='emphasis'] {
    font-weight: 600 !important;
}

input::placeholder,
textarea::placeholder {
    font-weight: 400 !important;
}
