/* @font-face {
    font-family: "";
    src: url();
} */

:root {
    --bg-color: #fafafa;

    --bg-image: url("/img/background.jpg");
    --bg-position: center;
    --banner-image: none;
    --banner-position: center;
    --branding-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
    --client-branding: url("/img/goats-logo.png"); /* remove /webcode if root directory */

    --primary-1: #ffcc00;   /* CMYK: 0%, 38%, 95%, 0% */
    --primary-2: #f2c200;   /* CMYK: 0%, 38%, 95%, 5% */

    --secondary-1: #23292e; /* CMYK: 24%, 11%, 0%, 82% */
    --secondary-2: #4d4d4d; /* CMYK: 0%, 0%, 0%, 70% */
    --secondary-3: #656565; /* CMYK: 0%, 0%, 0%, 60% */
    --secondary-4: #808080; /* CMYK: 0%, 0%, 0%, 50% */

    --text-1: #fafafa;
    --text-2: #ffcc00;
    --text-3: #23292e;

    --font-family-1: "Calibri", Helvetica, Arial, sans-serif;
    --font-family-2: "Calibri", Helvetica, Arial, sans-serif;

    --header-font-weight: bold;
    --text-font-weight: bold;
}
