/**
 * Theme Name:   Rockwell Unscene
 * Theme URI:    https://rockwellunscenemagazine.com/
 * Description:  A custom theme for Rockwell Unscene Magaine
 * Author:       Paul Faulkner
 * Author URI:   https://headwall-hosting.com/
 * Template:     generatepress
 * Version:      1.4.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  rockwell
 */

/**
 * tidy up anti-aliasing for dark-mode typography.
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
