/*
 Theme Name:   serve
 Description:  NTCG Serve — Volunteer Management
 Author:       adxvz
 Version:      1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&family=League+Spartan:wght@700;800;900&display=swap");

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Figtree", sans-serif;
    color: #30373b;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

/* Remove Divi header/footer if parent theme leaks through */
#main-header,
#main-footer,
#top-header {
    display: none !important;
}

#page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
