/* VARIABLES */
:root {
    --dark: #2d2d2d;
    --light: #fff;
    --brand-color-primary: #39A7FF;
    --brand-color-secondary: #7C7C7C;
    --brand-color-secondary-light: #e6e6e6;
    --box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.08);
    --transition: all 0.5s ease;
    --font-style: 'Inter Tight', sans-serif;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navheading {
    font-weight: 300;
    font-family: "Urbanist", serif;
    margin-inline: 10px;
    text-decoration: none;
    color: black;
}

section {
    margin-top: 7rem;
}

.section-head{
    font-family: "Inter", serif;
    font-weight: 600;
    background: radial-gradient(circle at top right, rgb(220, 220, 220), rgb(0, 0, 0), rgba(57, 167, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 30px;
}


h4 {
    font-family: "Urbanist", serif;
    font-weight: 500;
    line-height: 1.3;
}

