@font-face {
    font-family: 'GeistVF';
    src: url('../fonts/GeistVF.woff');
    src: url('../fonts/GeistVF.woff2') format('woff2'), url('../fonts/GeistVF.ttf') format('truetype');
}

@font-face {
    font-family: 'GeistMonoVF';
    src: url('../fonts/GeistMonoVF.woff');
    src: url('../fonts/GeistMonoVF.woff2') format('woff2'), url('../fonts/GeistMonoVF.ttf') format('truetype');
}

html {
    overflow-y: scroll;
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 12px; /* width of the vertical scrollbar */
    height: 12px; /* height of the horizontal scrollbar */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: darkgrey; /* color of the scrollbar itself */
    border: 0px solid #f1f1f1; /* creates a slight border around the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the track (part the scrollbar moves within) */
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'GeistVF', sans-serif !important;
}

.navbar {
    margin: 50px 0;
}

.navbar-nav a {
    color: black;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.navbar a:first-child {
    padding-left: 0 !important;
}

.h1 {
    font-family: 'GeistVF', sans-serif;
    font-weight: 500 !important;
    letter-spacing: -0.5px !important;
    font-size: 24px !important;
}

@media (min-width: 768px) {

    .container-small {
        width: 450px;
    }

    .container-large {
        width: 970px;
    }

}

@media (min-width: 992px) {

    .container-small {
        width: 500px;
    }

    .container-large {
        width: 1170px;
    }

}

@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }

    .container-large {
        width: 1500px;
    }
}

.container-small, .container-large {
    padding: 0 15px 0 15px;
    max-width: 100%;
}

.link {
    color: #f46a25;
    text-decoration: none;
    font-weight: 700;
}

.sm-icon {
    width: 22px;
    height: 22px;
}

.pen-icon {
    width: 20px;
    height: 20px;
}

p {
    line-height: 1.6;
}

.special-item {
    padding: 0 4px 0 4px;
    color: #181818;
    background-color: #f7f7f7;
    border: 2px solid rgb(229 229 229);
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
}

.special-item span {
    vertical-align: middle;
}

.special-item img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.flag {
    margin-left: 2px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.footer {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

hr {
    border-top: 1px solid #e9ecef;
}

.h2 {
    font-weight: 600 !important;
    letter-spacing: -0.5px !important;
    font-size: 20px !important;
    margin-bottom: 0;
}

.btn-primary {
    background-color: #f7f7f7;
    color: #181818;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #e5e5e5;
    color: #181818;
    border: 2px solid #e5e5e5;
}

.btn-primary:active {
    background-color: #e5e5e5 !important;
    color: #181818 !important;
    border: 2px solid #e5e5e5 !important;
}

.btn-primary:disabled {
    background-color: #f7f7f7;
    color: #181818;
    border: 2px solid #e5e5e5;
}

.message {
    font-weight: 400;
    letter-spacing: -0.5px;
    font-size: 16px;
}

.message strong {
    color: #494949;
}

.message span {
    color: #2c2c2c;
}

.fs-sm {
    margin-top: 4px;
    font-size: 12px;
}

.testimonial {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-style: italic;
}

.testimonial-author {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.testimonial-container {
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    color: #181818;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper {
    flex: 1;
}

.footer {
    padding: 1rem;
    width: 100%;
    text-align: center;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li {
    display: inline;
    margin: 0 10px;
}

.footer ul li a {
    color: #9aa0ab;
    transition: color 0.3s;
}

.footer ul li a:hover {
    color: #f46a25;
    transition: color 0.3s;
}

.body {
    min-height: 100vh;
}

.text-gray {
    color: #9aa0ab;
}

h2 {
    font-weight: 600 !important;
    font-size: 20px !important;
}

h3 {
    font-weight: 600 !important;
    font-size: 17px !important;
}

pre {
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 1rem;
    overflow-x: auto;
}

figcaption {
    font-size: 14px;
    font-weight: 400;
    color: #9aa0ab;
    text-align: center;
}

article img {
    height: unset;
    width: 100%;
}