:root {
    --main-color: #2A1E2A;
    --secondary-color: #ff671f;
    --text-color: #FFF;
    --black: #2A1E2A;
    --footer: #ff671f;
}

/* Removed @font-face blocks since you're using Google Fonts */

#gravity-emg-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#social-section span {
    color: var(--secondary-color);
}

p, h1, h2, h3, h4, h5 {
    font-family: 'Inter', sans-serif;
}

html {
    background-color: var(--main-color);
}

body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: none;
}

main {  
    width: 100%;
}

@media screen and (min-width:576px) {
    main {
        border: 1px solid var(--text-color);
        max-width: 362px;
    }
    body {
        height: 100vh;
    }
}

#gravity-emg-logo {
    width: 192px;
}

#logo-holder {
    text-align: center;
    padding: 30px 0;
}

#logo-holder svg {
    fill: var(--secondary-color);
    margin: 0 auto;
}

#image-holder {
    text-align: center;
    padding: 0 0 10px 0;
}

#image-holder img {
    border-radius: 50%;
    margin: 0 auto;
    width: auto;
    height: 25vh;
}

#name-holder {
    padding: 0 0 30px 0;
}

#name {
    font-style: normal;
    font-family: 'Inter', sans-serif !important;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    color: var(--text-color);
    margin: 0;
    font-weight: 500;
}

#job-title {
    font-style: normal;
    font-family: 'Inter', sans-serif !important;
    font-size: 10.5px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-color);
    margin: 0;
    font-weight: 500;
}

#contact-details {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

#contact-details span {
    color: #ff671f;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px;
    line-height: 26px;
    padding-right: 10px;
}

#contact-details a {
    color: var(--text-color);
    font-family: 'Inter', sans-serif !important;
    font-size: 15px;
    line-height: 26px;
}

#contact-details p {
    margin: 0;
}

#social-section {
    text-align: center;
    padding: 30px 0;
    min-height: 120px;
}

#social-section p {
    margin: 0;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px;
    line-height: 23px;
}

#social-section a {
    color: var(--text-color);
}

#social-section svg {
    fill: var(--text-color);
}

#social-row {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#save-details {
    text-align: center;
    background-color: var(--footer);
    padding: 15px 0;
    font-family: 'Inter', sans-serif !important;
    font-size: 13.2072px;
    l

