@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


:root {
    --bg-dark: #07080A;
    --bg2-dark: #1d1f23;
    --bg-light: #ffffff;
    --text-dark: #ffffff;
    --text-light: #000000;
    --active: #16A34A;
    --actived: #159946;
    --hover-bg: #222;
    --group2-hover-bg: #222;
}

.work {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.work h2 {
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.work .subheading {
    font-size: 1rem;
    font-family: "Ubuntu", sans-serif;
    color: #a3a3a3;
    margin-bottom: 40px;
}

.work {
    margin-top: 30px;
}

.work .primary {
    padding: 10px 20px;
    background-color: var(--active);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.work .primary i {
    margin-left: 8px;
}

.work .primary:hover {
    background-color: var(--actived);
}

.light-mode .subheading {
    color: var(--text-light);
}