/*
Theme Name: Read RANGE
Author: Rachel Teresa Park
Author URI: https://www.rachelteresapark.com
Description: Starter Theme for RANGE. Contains all the custom styling for RANGE.
Version: 1.0
*/
/* --------------------------- VARIABLES --------------------------- */
/* $b-font:
$h-font:
$body-color:
$accent-color:
$accent-color-2: */
/* --------------------------- CONTENT HELPER CLASSES --------------------------- */
.alignright, .allgnleft, .aligncenter, .alignnone { max-width: 100%; height: auto; }

.alignright img, .allgnleft img, .aligncenter img, .alignnone img { max-width: 100%; height: auto; }

.alignright .wp-caption-text, .allgnleft .wp-caption-text, .aligncenter .wp-caption-text, .alignnone .wp-caption-text { font-size: 0.85rem; opacity: 0.5; }

@media (min-width: 576px) { .alignright img, .allgnleft img, .aligncenter img { width: auto; }
  .alignright { float: right; margin: 10px 0 10px 10px; }
  .alignleft { float: left; margin: 10px 10px 10px; } }

.dark { color: white; }

.dark a { color: white; }

.dark a:hover, .dark a:focus { text-decoration: underline; }

.dark a.btn:hover, .dark a.btn:focus { text-decoration: none; }

/* --------------------------- GENERAL & TYPOGRAPHY --------------------------- */
body { -webkit-font-smoothing: antialiased; }

/* --------------------------- HEADER --------------------------- */
/* --------------------------- FOOTER --------------------------- */
