#                  d8b          888
#                  Y8P          888
#                               888
# 88888b.  888d888 888 88888b.  888888
# 888 "88b 888P"   888 888 "88b 888
# 888  888 888     888 888  888 888
# 888 d88P 888     888 888  888 Y88b.
# 88888P"  888     888 888  888  "Y888
# 888
# 888
# 888

# Print
#
# These settings are used for our print-only styles.
#
# $print-color-base         = color(black)  - Sets the color of all text to black
# $print-color-background   = color(white)  - Sets the background for all elements to white
# $print-font-size          = 12pt          - Sets the default font size
# $print-font-size-results  = 5.5pt         - Sets the font size for search results
# $print-page-margin        = 1cm           - Sets the page margins
#
# Styleguide Tokens.Print
#
# Weight: 12
print:
  color:
    base:           color(black) !default
    background:     color(white) !default
  font:
    size:           12pt !default
    size-results:   5.5pt !default
  page-margin:      1cm !default
