﻿/* Font Size */
/* Root Variable */

/* Font Family*/
body.acs-ff-1 { font-family: Courier New; }
/*body.acs-ff-2 { font-family: oda,comic sans ms,sans-serif; }*/

/* Colours */
/*body.acs-cl-1 { filter: saturate(90%); }*/ /* Low Sat*/
/*body.acs-cl-2 { filter: saturate(110%); }*/ /* High Sat */
body.acs-cl-1 { filter: invert(100%); } /* Invert */
body.acs-cl-2 { filter: grayscale(100%); } /* Grayscale */

body.acs-cl-3 * { filter: saturate(0%) contrast(110%); } /* Mono */
body.acs-cl-3 input { border: solid 1px #000 !important; color: black !important; }

/* Line Spacing */
body.acs-ls-1 { line-height: 2rem; }
body.acs-ls-2 { line-height: 2.5rem; }

/* Word Spacing */
body.acs-ws-1 { word-spacing: 0.25rem; }
body.acs-ws-2 { letter-spacing: 0.25rem; }

/* Link Highlight */
body.acs-lh-1 a {
    border: solid 3px orange !important;
}

/* Image Hide */
body.acs-ih-1 * { background-image: none !important; }
body.acs-ih-1 .card-img-top { display: none !important; }


