/*=============================================================================
  File:         readwritetools.com/css/wordmark.css
  Language:     CSS
  Copyright:    Read Write Tools © 2023
  License:      CC-BY-NC-ND 4.0
  Initial date: Jan 9, 2023
  Contents:     product, thin, heavy for wordmarks
=============================================================================*/

.product {
	font-size: 0.95em;
	font-family: var(--sans-serif-font);
	font-weight: 600;
}
.thin {
	font-weight: 300;
}
.heavy {
	font-weight: 900;
}
