/* Defining the Atkinson family fonts */
@font-face {
  font-family: AtkinsonHyperlegible;
  src: url('/fonts/atkinson-hyperlegible/eot/ah-102-regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/atkinson-hyperlegible/ttf/ah-102-regular.ttf') format('truetype'),
       url('/fonts/atkinson-hyperlegible/svg/ah-102-regular.svg#AtkinsonHyperlegible-Regular') format('svg'),
       url('/fonts/atkinson-hyperlegible/woff/ah-102-regular.woff') format('woff'),
       url('/fonts/atkinson-hyperlegible/woff2/ah-102a-regular.woff2') format('woff2');
}

@font-face {
  font-family: AtkinsonHyperlegible;
  src: url('/fonts/atkinson-hyperlegible/eot/ah-102-bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/atkinson-hyperlegible/ttf/ah-102-bold.ttf') format('truetype'),
       url('/fonts/atkinson-hyperlegible/svg/ah-102-bold.svg#AtkinsonHyperlegible-Bold') format('svg'),
       url('/fonts/atkinson-hyperlegible/woff/ah-102-bold.woff') format('woff'),
       url('/fonts/atkinson-hyperlegible/woff2/ah-102a-bold.woff2') format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: AtkinsonHyperlegible;
  src: url('/fonts/atkinson-hyperlegible/eot/ah-102-italic.eot?#iefix') format('embedded-opentype'),
       url('/fonts/atkinson-hyperlegible/ttf/ah-102-italic.ttf') format('truetype'),
       url('/fonts/atkinson-hyperlegible/svg/ah-102-italic.svg#AtkinsonHyperlegible-Italic') format('svg'),
       url('/fonts/atkinson-hyperlegible/woff/ah-102-italic.woff') format('woff'),
       url('/fonts/atkinson-hyperlegible/woff2/ah-102a-italic.woff2') format('woff2');
  font-style: italic;
}

@font-face {
  font-family: AtkinsonHyperlegible;
  src: url('/fonts/atkinson-hyperlegible/eot/ah-102-bolditalic.eot?#iefix') format('embedded-opentype'),
       url('/fonts/atkinson-hyperlegible/ttf/ah-102-bolditalic.ttf') format('truetype'),
       url('/fonts/atkinson-hyperlegible/svg/ah-102-bolditalic.svg#AtkinsonHyperlegible-BoldItalic') format('svg'),
       url('/fonts/atkinson-hyperlegible/woff/ah-102-bolditalic.woff') format('woff'),
       url('/fonts/atkinson-hyperlegible/woff2/ah-102a-bolditalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

/*
@font-face {
  font-family: ShantellSans;
  src: url('/fonts/shantell-sans/ShantellSansFull.woff2') format('woff2');
}
*/

body {
  background-color: #1C1C1E;
  color: White;
  font-family: AtkinsonHyperlegible;
}

 /* unvisited link */
a:link {
  color: #E8A7BF;
}

/* visited link */
a:visited {
  color: #E8A7BF;
}

/* mouse over link */
a:hover {
  color: HotPink;
}

/* selected link */
a:active {
  color: HotPink;
}

/* Highlighted text on Webkit/Blink/EdgeHTML Browsers */
::selection {
  background: #634C56;
  color: #FDFDFD;
}

/* Highlighted text on Gecko Browsers */
::-moz-selection {
  background: #634C56;
  color: #FDFDFD;
}