/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * industry:
 *   - http://typekit.com/eulas/00000000000000007735a64e
 *   - http://typekit.com/eulas/00000000000000007735a654
 *   - http://typekit.com/eulas/00000000000000007735a656
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2021-07-30 07:29:15 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=zwz1uzj&ht=tk&f=25310.25316.25318&a=6991462&app=typekit&e=css");

@font-face {
    font-family:"industry";
    src:url("https://use.typekit.net/af/44c438/00000000000000007735a64e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/44c438/00000000000000007735a64e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/44c438/00000000000000007735a64e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
    font-family:"industry";
    src:url("https://use.typekit.net/af/6dbc52/00000000000000007735a654/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/6dbc52/00000000000000007735a654/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/6dbc52/00000000000000007735a654/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:300;
}

@font-face {
    font-family:"industry";
    src:url("https://use.typekit.net/af/ddf216/00000000000000007735a656/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/ddf216/00000000000000007735a656/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/ddf216/00000000000000007735a656/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:500;
}


:root {
    --primary-color: #97A3AE;
    --secondary-color: #e11c1c;
}

body {
    font-family: "industry", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

#login h1 a, .login h1 a {
    background-image: url('/wp-content/uploads/MATRIX-LOGO.png');
    height:65px;
    width:320px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 30px;
}
body.login {
    background: var(--primary-color);
}

body.wp-core-ui .button-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

body.wp-core-ui .button-primary:hover,
body.wp-core-ui .button-primary:focus {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

body a {
    color: var(--primary-color);
}

body.login #login_error, 
body.login .message, 
body.login .success {
    border-color: var(--primary-color);
}

body.login #nav a,
body.login #backtoblog a {
    color: #FFF;
}