@font-face {
    font-family: 'FK Screamer Upright';
    src: url('../fonts/FKScreamer-Upright.woff2') format('woff2'),
        url('../fonts/FKScreamer-Upright.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Grotesk Neue';
    src: url('FKGroteskNeue-Regular.woff2') format('woff2'),
        url('FKGroteskNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Grotesk Neue';
    src: url('FKGroteskNeue-Medium.woff2') format('woff2'),
        url('FKGroteskNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

header.header {
    position: fixed;
    font-weight: 500;
    z-index: 10000;
    padding: 30px;
}

section>h2{
    font-family: 'FK Screamer Upright';
    font-weight: 500;
    font-size: 78px;
}

section#about{
    background-color: #FF5500;
}

ul.menu li a {
    background-color: #DCDCDC;
}

ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  ul.menu li {
    display: inline;
  }
  
  ul.menu li:not(:last-child)::after {
    content: ",";
    margin-right: 0.5em; /* Adjust space after the comma as needed */
  }
  
  /* Specific CSS to override existing styles */
  ul.menu li a {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    text-transform: none !important;
    font-size: inherit !important;
    display: inline !important;
    text-decoration: none !important;
    color: inherit !important; /* Ensures the link inherits the color from its parent */
  }

  ul.menu{
    gap: 0;
  }

section.about p {
    letter-spacing: -0.015em;
}

section+section {
    border-top: none;
}

body {
    font-family: 'FK Grotesk Neue', sans-serif;
    font-weight: 500;
}

.mantra .welcome h1{
    font-family: 'FK Screamer Upright';
    font-size: 78px;
    line-height: 65px;
    text-transform: uppercase;

}

a.project .meta h3{
    font-family: 'FK Screamer Upright';
    font-size: 37px;
    line-height: 32px;
    text-transform: uppercase;
}

section.projects .flexwrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 100px;
}

a.project{
width: auto;
}

.welcome {
    margin-top: 40px;
}

.mantra{
    min-height: 65vh;
    height: unset;
    background-color: #D1DA4E;
}

.logo {
    right: 30px;
    margin-right: 30px;
    position: fixed;
    top: 30px;
}

.project-cover{
    margin-bottom: 20px;
}

a.button{
    background-color: #DCDCDC;
    border-radius: 50px;
    padding: 8px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    width: fit-content;
    margin-top: 50px;
}

.side.image{
    background-color: transparent;
}

.side.image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 10px;
}