@font-face {
    font-family: "Proxima Nova";
    src: url("./175.otf");
}

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

    --bg-image: url("/img/bg.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/logo-black.png"); /* remove /webcode if root directory */

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

    --secondary-1: #6c757d; /* 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: #e01b22;
    --text-3: #6c757d;

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

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