# this ensures Jekyll reads the file to be transformed into CSS later # only Main files contain this front matter, not partials.


@charset “utf-8”;

{% if site.logo %}

$logo: "{{ site.logo | absolute_url }}";

{% endif %}

// Cherry variables $body-font-size: 14px; $body-line-height: 1.65em; $family-primary: -apple-system,BlinkMacSystemFont,“Segoe UI”,Helvetica,Arial,sans-serif,

"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

// Load modules @import “primer-markdown”, “cherry”, “main”, “rouge”;