/*

	Filename:          style.css
	Description:       Style sheet
	Site:              dcmdomains.com
	Author:            Steven Dahlman, DCMSoft LLC
	Start date:        11-24-25
	Last modification: 11-25-25

*/

/*
 * Adobe Fonts
 */

@import url("https://p.typekit.net/p.css?s=1&k=vbk0juh&ht=tk&f=39642&a=46944811&app=typekit&e=css");

@font-face {
 src: url("https://use.typekit.net/af/b0ef56/00000000000000007735bab8/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
  url("https://use.typekit.net/af/b0ef56/00000000000000007735bab8/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
  url("https://use.typekit.net/af/b0ef56/00000000000000007735bab8/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
 font-display: auto;
 font-family: "rockwell";
 font-style: normal;
 font-weight: 400;
 font-stretch: normal;
}

/* Body */
body {
 background-color: #ffffff;
 margin: 0 0 0 0;
}

/* Site name on home page */
.sitename {
 color: #000000;
 font-family: "rockwell", sans-serif;
 font-size: 100px;
 text-align: center;
}