/*
css used globally across nekoweb and neocities
modified Mar 2026
individual pages can load own stylesheets to add/override
relative urls are relative to the URL of the stylesheet
		not to the URL of the web page
*/

/* fonts */

@font-face {
	font-family: 'mansalva';
	src: url('./fonts/mansalva-v16-latin-regular.woff2');
}

@font-face {
	font-family: 'nanum';
	src: url('./fonts/nanum-pen-script-v25-latin-regular.woff2');
}

@font-face {
	font-family: 'mynerve';
	src: url('./fonts/mynerve-v8-latin-regular.woff2');
}

@font-face {
	font-family: 'myArcher';
	src: url('./fonts/Baveuse.woff2') format('woff2');
}

@font-face {
	font-family: 'myCourier';
	src: url(./fonts/courier-prime-v11-latin-regular.woff2);
}

@font-face {
	font-family: 'myFredoka';
	src: url(./fonts/fredoka-v17-latin-regular.woff2);
}

@font-face {
	font-family: 'myNotoMono';
	src: url(./fonts/noto-sans-mono-v37-latin-regular.woff2);
}

@font-face {
	font-family: 'myNotoSans';
	src: url(./fonts/noto-sans-v42-latin-regular.woff2);
}

@font-face {
	font-family: 'myNotoSerif';
	src: url(./fonts/noto-serif-v33-latin-regular.woff2);
}

@font-face {
	font-family: 'myOregano';
	src: url(./fonts/oregano-v17-latin-regular.woff2);
}

@font-face {
	font-family: 'myRoboto';
	src: url(./fonts/roboto-v51-latin-regular.woff2);
}

/* basic stuff */

a {
	text-decoration: none;
}

.footer  {
  font-size: 11px;
  font-family: myCourier, monospace;
  text-align: left;
  color: gray;
}

.site-title {
	color: gold;
	font-family: myArcher, sans-serif;
	font-size: 40px;
	text-align: left;
	color: gold;
  padding: 0px 0px 0px 0px;
}

.site-subtitle {
	color: gold;
	font-family: myRoboto, sans-serif;
	font-size: 15px;
	text-align: left;
	color: gold;
  padding: 0px 0px 0px 0px;
}
