/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;}
  
@font-face {font-family: anyk; 
	src: url(fonts/anyk/anyk.woff2) format("woff2"), 
		url(fonts/anyk/anyk.woff) format("woff"), 
		url(fonts/anyk/anyk.ttf) format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; }
.example {
	font-family: anyk, verdana;}

@font-face {font-family: prettyontheinside; 
	src: url(fonts/pretty_on_the_inside/poti.woff2) format("woff2"), 
		url(fonts/pretty_on_the_inside/poti.woff) format("woff"), 
		url(fonts/pretty_on_the_inside/poti.ttf) format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; }
.example {font-family: prettyontheinside, verdana;}

@font-face {font-family: gotheroin; 
	src: url(fonts/gotheroin/got_heroin.woff2) format("woff2"), 
		url(fonts/gotheroin/got_heroin.woff) format("woff"), 
		url(fonts/gotheroin/got_heroin.ttf) format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; }
.example {font-family: gotheroin, verdana;}

@font-face {font-family: mieszkanie9; 
	src: url(fonts/mieszkanie9/mieszkanie9.woff2) format("woff2"), 
		url(fonts/mieszkanie9/mieszkanie9.woff) format("woff"), 
		url(fonts/mieszkanie9/mieszkanie9.ttf) format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; }
.example {font-family: mieszkanie9, verdana;}

@font-face {font-family: cocainesans; 
	src: url(fonts/cocainesans/cocaine_sans.woff2) format("woff2"), 
		url(fonts/cocainesans/cocaine_sans.woff) format("woff"), 
		url(fonts/cocainesans/cocaine_sans.ttf) format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; }
.example {font-family: cocainesans, verdana;}

@font-face {font-family: citycontrasts; 
	src: url(fonts/citycontrasts/citycontrasts.woff2) format("woff2"), 
		url(fonts/citycontrasts/citycontrasts.woff) format("woff"), 
		url(fonts/citycontrasts/citycontrasts.ttf) format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; }
.example {font-family: citycontrasts, verdana;}