/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.9.9
*/

:root {
    --font-primary: 'Poppins', sans-serif;
    --font-code: 'Anonymous Pro', monospace;
    --font-mono: 'Space Mono', monospace;
    --font-display: 'Audiowide', cursive;


    --color-gold: #CA9840;
    --color-black: #000000;
    --color-brown-1: #613737;
    --color-brown-2: #552628;
    --color-brown-3: #753A2F;
    --color-brown-4: #7D4D41;
    --color-cream: #FFEDCD;
    --color-gray: #616161;
    --color-dark-gray: #222222;
    --color-purple: #3E2677;
    --color-red: #B72033;
    --color-teal: #00554E;
    --color-blue: #164297;
    --color-magenta: #A62148;
    --color-green: #17542D;
}

body {
    font-family: var(--font-mono);
}

.hamburger-menu {
    display: none;
}

h1,
h2,
h3 {
    font-family: var(--font-display);
}


header .header-main .header-contents .header-items .navigation>ul {
    row-gap: 15px;
    column-gap: 25px;
    flex-wrap: wrap;
}

header .header-main .header-contents .header-items .navigation>ul>li {
    padding: 0;
    height: auto;
}

header .header-main .header-contents .header-items .navigation>ul>li>a {
    padding: 3px 0;
    letter-spacing: 0.05em;
}

header .header-main .header-contents .header-items .navigation>ul>li>a::after {
    height: 1px;
    border-radius: 5px;
}