:root {
    --blue: #1E3560;
    --light-blue: #1E3560CC;
}

body {
    font-family: "Jost", Arial, sans-serif;
    color: var(--light-blue);
    background-color: #ffffff;
    padding: 100px 0;
    font-size: 16px;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 400 !important;
    color: var(--blue);
}

html {
    scroll-behavior: smooth;
}

#workshop,
#silk,
#solution {
    scroll-margin-top: 180px !important;
}

img {
    width: 100%;
}

h1 {
    text-transform: uppercase;
    font-size: 32px !important;
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 20px !important;
    font-weight: 500;
    font-family: "Jost", Arial, sans-serif !important;
}

section {
    margin-bottom: 80px;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 40px;
}

.wrapper {
    padding: 0 40px;
}

@media (max-width: 1520px) {
    .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 18px !important;
    }
    section {
        margin-bottom: 40px;
    }
    .wrapper {
        padding: 0 15px;
    }
}
