/** Shopify CDN: Minification failed

Line 13:0 Unexpected "{"
Line 13:1 Expected identifier but found "%"
Line 14:0 Unexpected "<"
Line 40:0 Unexpected "<"
Line 41:1 Unexpected "{"
Line 41:3 Expected identifier but found "'reagan-about.css'"
Line 42:0 Unexpected "{"
Line 42:1 Expected identifier but found "%"

**/
{% if page.handle == 'about-reagan-x-shark' %}
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&family=Barlow:ital,wght@0,300;0,400;1,300&display=swap" rel="stylesheet">
<style>
html body #MainContent #rxs-page h1,
html body #MainContent #rxs-page h2,
html body #MainContent #rxs-page h3,
html body #MainContent #rxs-page h4 {
  color: #f0e6d0 !important;
  font-family: 'Bebas Neue', sans-serif !important;
  -webkit-text-fill-color: #f0e6d0 !important;
}
html body #MainContent #rxs-page .pinboard-hdr h2 {
  color: #2a1800 !important;
  -webkit-text-fill-color: #2a1800 !important;
}
html body #MainContent #rxs-page p {
  color: rgba(240,230,208,0.8) !important;
  -webkit-text-fill-color: rgba(240,230,208,0.8) !important;
}
html body #MainContent #rxs-page h2 em,
html body #MainContent #rxs-page h1 em,
html body #MainContent #rxs-page h2 span {
  color: #c8481a !important;
  -webkit-text-fill-color: #c8481a !important;
  font-style: normal !important;
  display: block !important;
}
</style>
{{ 'reagan-about.css' | asset_url | stylesheet_tag }}
{% endif %}