@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    font-family: 'Figtree', sans-serif;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    /* --tw-gradient-to: #E7EAEF var(--tw-gradient-to-position); */
    --tw-gradient-to: #eef1f5 var(--tw-gradient-to-position);
    background-attachment: fixed;
}

#content {
    letter-spacing: 0.025em;
    padding-top: 2.6rem;
}

#content h1 {
    color: #175bb4;
}

#content h1,
#content h2,
#content h3 {
    font-weight: 300;
}

#header-wrapper {
    box-shadow: 0 4px 2px -2px rgba(121, 121, 121, 0.15);
}

#header {
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.025em;
}

#navigation {
    letter-spacing: 0.025em;
}

#footer {
    opacity: 0.8;
}

