@font-face {
  font-family: 'PlayfairDisplay';
  src: url('resources/PlayfairDisplay-Black.woff') format('woff');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('resources/PlayfairDisplay-BlackItalic.woff') format('woff');
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('resources/PlayfairDisplay-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('resources/PlayfairDisplay-BoldItalic.woff') format('woff');
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('resources/PlayfairDisplay-Italic.woff') format('woff');
  font-style: Italic;
  font-weight: 400;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('resources/PlayfairDisplay-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
    font-family: 'radleyitalic';
    src: url('resources/radley-italic-webfont.woff2') format('woff2'),
         url('resources/radley-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'radleyregular';
    src: url('resources/radley-regular-webfont.woff2') format('woff2'),
         url('resources/radley-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  --cCadetBlue: #4EB3F2;
  --cHotPink: #F339A3;
  --cWhite: #FFFFFF;
  --cCarolinaBlue: #C0D0F0;
  --cGoldenRod: #EEC746;
  --cPaleOrange: #FFD7C1;
  --cMauve: #DF97B4;
  --cLilac: #EBD6FF;
  --cTan: #ACA07B;
  --cGreenMat: #22e690;
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)); */
}
body {
  overflow: scroll;
  /* background-image: linear-gradient(white, black); */
}

/* #svg1 { */
  /* background: #52525222; */
  /* background: #52525252; */
  /* border: 1px solid black; */
  /* display: none; */
  /* height: 96vh; */
  /* left: 2vw; */
  /* position: absolute; */
  /* stroke-linecap: round; */
  /* stroke-linejoin: round; */
  /* top: 2vh; */
  /* transition-property: background; */
  /* transition-duration: 1.2s; */
  /* width: 96vw; */
/* } */

.svgtext { pointer-events: none; }





/*
-
*/
