{"version":3,"sources":["../src/marketing/src/marketing/type/typography.scss","../src/marketing/src/support/variables/typography.scss","../src/marketing/src/marketing/support/variables.scss","../src/marketing/src/support/mixins/layout.scss","../src/marketing/src/support/variables/layout.scss"],"names":[],"mappings":"AACA,+DAOE,uHC0B4H,CDzB5H,yCEJ+C,CFM/C,0BAAmD,CACnD,gCAAuD,CACxD,SAQG,yBAA+C,CAC/C,2BAA+C,CACoB,0BAAiD,CGTlH,0BHEJ,SAWM,yBAAkD,CAClD,2BAAkD,CAsBvD,CGpCG,2BHEJ,SAwBM,yBAAkD,CAClD,4BAAkD,CASvD,CAlCD,SAKE,yBAA+C,CAC/C,2BAA+C,CACoB,0BAAiD,CGTlH,0BHEJ,SAWM,yBAAkD,CAClD,2BAAkD,CAEhD,gCAAqD,CAoB5D,CGpCG,2BHEJ,SAwBM,yBAAkD,CAClD,2BAAkD,CASvD,CAlCD,SAKE,yBAA+C,CAC/C,2BAA+C,CACoB,0BAAiD,CGTlH,0BHEJ,SAWM,yBAAkD,CAClD,2BAAkD,CAEhD,gCAAqD,CAoB5D,CGpCG,2BHEJ,SAwBM,yBAAkD,CAClD,2BAAkD,CASvD,CAlCD,SAKE,yBAA+C,CAC/C,2BAA+C,CACoB,0BAAiD,CGTlH,0BHEJ,SAWM,yBAAkD,CAClD,2BAAkD,CAsBvD,CGpCG,2BHEJ,SAwBM,yBAAkD,CAClD,2BAAkD,CAEhD,gCAAqD,CAO5D,CAlCD,SAKE,yBAA+C,CAC/C,2BAA+C,CACoB,0BAAiD,CGTlH,0BHEJ,SAWM,yBAAkD,CAClD,2BAAkD,CAsBvD,CGpCG,2BHEJ,SAwBM,yBAAkD,CAClD,2BAAkD,CASvD,CAlCD,SAKE,yBAA+C,CAC/C,2BAA+C,CGR7C,0BHEJ,SAWM,yBAAkD,CAClD,2BAAkD,CAKhD,0BAAiD,CAiBxD,CAlCD,SAKE,yBAA+C,CAC/C,2BAA+C,CGR7C,0BHEJ,SAWM,yBAAkD,CAClD,2BAAkD,CAsBvD,CAGH,+DAOE,uHC1B4H,CD2B5H,yCExD+C,CFyD/C,eCrCsB,CDsCvB,SAQG,yBAA+C,CAC/C,2BAA+C,CACmB,gCAAmD,CACpD,eClD3C,CEVpB,0BHoDJ,SAYM,yBAAkD,CAClD,2BAAkD,CAsBvD,CGvFG,2BHoDJ,SAyBM,yBAAkD,CAClD,2BAAkD,CASvD,CAnCD,SAKE,yBAA+C,CAC/C,2BAA+C,CAEkB,eClD3C,CEVpB,0BHoDJ,SAYM,yBAAkD,CAClD,2BAAkD,CAEhD,gCAAmD,CAoB1D,CGvFG,2BHoDJ,SAyBM,yBAAkD,CAClD,2BAAkD,CASvD,CAnCD,SAKE,yBAA+C,CAC/C,2BAA+C,CG1D7C,2BHoDJ,SAyBM,yBAAkD,CAClD,2BAAkD,CAKhD,eCzEgB,CD6EvB,CAnCD,SAKE,yBAA+C,CAC/C,2BAA+C,CG1D7C,0BHoDJ,SAYM,yBAAkD,CAClD,2BAAkD,CAsBvD,CAnCD,SAKE,yBAA+C,CAC/C,2BAA+C,CANjD,SAKE,yBAA+C,CAC/C,2BAA+C,CANjD,SAKE,yBAA+C,CAC/C,2BAA+C,CA6BhD,WAMD,aAAc,CACd,gBAAiB,CACjB,gBI9EU,CJ+EV,kBIxEoB,CJyEpB,uEC1EyE,CD2EzE,cChGY,CDiGZ,eAAgB,CAChB,uCAAwC,CACxC,iDAAkD,CGrG9C,0BHgHN,WARI,iBAA2B,CAC3B,kBIhFkB,CJiFlB,iBAAmC,CACnC,cAAe,CACf,eC3FY,CDiGf","file":"marketing-type.css","sourcesContent":["// Headings\n.h0-mktg,\n.h1-mktg,\n.h2-mktg,\n.h3-mktg,\n.h4-mktg,\n.h5-mktg,\n.h6-mktg {\n font-family: $font-mktg;\n font-feature-settings: $mktg-font-feature-settings;\n // stylelint-disable-next-line primer/typography\n font-weight: $mktg-header-weight-default !important;\n letter-spacing: $mktg-header-spacing-default !important;\n}\n\n@each $header, $sizes in $mktg-headers {\n .h#{$header}-mktg {\n $pairing: map-get($mktg-header-pairings, nth($sizes, 1));\n $pairing-md: map-get($mktg-header-pairings, nth($sizes, 2));\n $pairing-lg: map-get($mktg-header-pairings, nth($sizes, 3));\n\n font-size: map-get($pairing, \"size\") !important;\n line-height: map-get($pairing, \"lh\") !important;\n @if (map-get($pairing, \"size\") >= $mktg-header-weight-threshold) { font-weight: $mktg-header-weight-large !important; }\n\n @if (nth($sizes, 1) != nth($sizes, 2)) {\n @include breakpoint(md) {\n font-size: map-get($pairing-md, \"size\") !important;\n line-height: map-get($pairing-md, \"lh\") !important;\n @if (map-get($pairing-md, \"size\") >= $mktg-header-spacing-threshold and map-get($pairing, \"size\") < $mktg-header-spacing-threshold) {\n letter-spacing: $mktg-header-spacing-large !important;\n }\n @if (map-get($pairing-md, \"size\") >= $mktg-header-weight-threshold and map-get($pairing, \"size\") < $mktg-header-weight-threshold) {\n font-weight: $mktg-header-weight-large !important;\n }\n }\n }\n\n @if (nth($sizes, 2) != nth($sizes, 3)) {\n @include breakpoint(lg) {\n font-size: map-get($pairing-lg, \"size\") !important;\n line-height: map-get($pairing-lg, \"lh\") !important;\n @if (map-get($pairing-lg, \"size\") >= $mktg-header-spacing-threshold and map-get($pairing-md, \"size\") < $mktg-header-spacing-threshold) {\n letter-spacing: $mktg-header-spacing-large !important;\n }\n @if (map-get($pairing-lg, \"size\") >= $mktg-header-weight-threshold and map-get($pairing-md, \"size\") < $mktg-header-weight-threshold) {\n font-weight: $mktg-header-weight-large !important;\n }\n }\n }\n }\n}\n\n.f0-mktg,\n.f1-mktg,\n.f2-mktg,\n.f3-mktg,\n.f4-mktg,\n.f5-mktg,\n.f6-mktg {\n font-family: $font-mktg;\n font-feature-settings: $mktg-font-feature-settings;\n font-weight: $font-weight-normal;\n}\n\n@each $body, $sizes in $mktg-bodies {\n .f#{$body}-mktg {\n $pairing: map-get($mktg-body-pairings, nth($sizes, 1));\n $pairing-md: map-get($mktg-body-pairings, nth($sizes, 2));\n $pairing-lg: map-get($mktg-body-pairings, nth($sizes, 3));\n\n font-size: map-get($pairing, \"size\") !important;\n line-height: map-get($pairing, \"lh\") !important;\n @if (map-get($pairing, \"size\") >= $mktg-body-spacing-threshold) { letter-spacing: $mktg-body-spacing-large !important; }\n @if (map-get($pairing, \"size\") >= $mktg-body-weight-threshold) { font-weight: $font-weight-semibold; }\n\n @if (nth($sizes, 1) != nth($sizes, 2)) {\n @include breakpoint(md) {\n font-size: map-get($pairing-md, \"size\") !important;\n line-height: map-get($pairing-md, \"lh\") !important;\n @if (map-get($pairing-md, \"size\") >= $mktg-body-spacing-threshold and map-get($pairing, \"size\") < $mktg-body-spacing-threshold) {\n letter-spacing: $mktg-body-spacing-large !important;\n }\n @if (map-get($pairing-md, \"size\") >= $mktg-body-weight-threshold and map-get($pairing, \"size\") < $mktg-body-weight-threshold) {\n font-weight: $font-weight-semibold;\n }\n }\n }\n\n @if (nth($sizes, 2) != nth($sizes, 3)) {\n @include breakpoint(lg) {\n font-size: map-get($pairing-lg, \"size\") !important;\n line-height: map-get($pairing-lg, \"lh\") !important;\n @if (map-get($pairing-lg, \"size\") >= $mktg-body-spacing-threshold and map-get($pairing-md, \"size\") < $mktg-body-spacing-threshold) {\n letter-spacing: $mktg-body-spacing-large !important;\n }\n @if (map-get($pairing-lg, \"size\") >= $mktg-body-weight-threshold and map-get($pairing-md, \"size\") < $mktg-body-weight-threshold) {\n font-weight: $font-weight-semibold;\n }\n }\n }\n }\n}\n\n// Pullquote\n\n@mixin pullquote {\n padding-top: 0;\n padding-bottom: 0;\n padding-left: $spacer;\n margin-bottom: $spacer-4;\n font-family: $mono-font;\n font-size: $h4-size;\n line-height: 1.4;\n color: var(--color-color-text-secondary);\n border-left: 3px solid var(--color-border-primary);\n\n @include breakpoint(md) {\n padding-left: $spacer * 1.5;\n margin-bottom: $spacer-5;\n margin-left: (-$spacer * 1.5) - 3px;\n font-size: 18px;\n line-height: $lh-default;\n }\n}\n\n.pullquote {\n @include pullquote;\n}\n","// Typography variables\n\n// Heading sizes - mobile\n// h4-h6 remain the same size on both mobile & desktop\n$h00-size-mobile: 40px !default;\n$h0-size-mobile: 32px !default;\n$h1-size-mobile: 26px !default;\n$h2-size-mobile: 22px !default;\n$h3-size-mobile: 18px !default;\n\n// Heading sizes - desktop\n$h00-size: 48px !default;\n$h0-size: 40px !default;\n$h1-size: 32px !default;\n$h2-size: 24px !default;\n$h3-size: 20px !default;\n$h4-size: 16px !default;\n$h5-size: 14px !default;\n$h6-size: 12px !default;\n\n$font-size-small: 12px !default;\n\n// Font weights\n$font-weight-bold: 600 !default;\n$font-weight-semibold: 500 !default;\n$font-weight-normal: 400 !default;\n$font-weight-light: 300 !default;\n\n// Line heights\n$lh-condensed-ultra: 1 !default;\n$lh-condensed: 1.25 !default;\n$lh-default: 1.5 !default;\n\n// Font stacks\n$body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\" !default;\n\n// Monospace font stack\n$mono-font: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, monospace !default;\n\n// The base body size\n$body-font-size: 14px !default;\n$body-line-height: $lh-default !default;\n","// stylelint-disable unit-no-unknown\n// Typography\n$marketing-font-path: \"/fonts/\" !default;\n\n$font-mktg: $body-font !default;\n$mktg-font-feature-settings: 'ss02' on, 'ss01' on !default;\n$mktg-header-spacing-large: -0.03em !default;\n$mktg-header-spacing-default: -0.01em !default;\n$mktg-header-spacing-threshold: 48px !default;\n$mktg-header-weight-large: 800 !default;\n$mktg-header-weight-default: $font-weight-bold !default;\n$mktg-header-weight-threshold: 24px !default;\n\n// Header size steps\n$mktg-h-size-0: 96px !default;\n$mktg-h-size-1: 72px !default;\n$mktg-h-size-2: 64px !default;\n$mktg-h-size-3: 56px !default;\n$mktg-h-size-4: 48px !default;\n$mktg-h-size-5: 40px !default;\n$mktg-h-size-6: 32px !default;\n$mktg-h-size-7: 28px !default;\n$mktg-h-size-8: 24px !default;\n$mktg-h-size-9: 20px !default;\n$mktg-h-size-10: 16px !default;\n\n// Header Line-height steps\n$mktg-h-lh-0: 100px !default;\n$mktg-h-lh-1: 76px !default;\n$mktg-h-lh-2: 68px !default;\n$mktg-h-lh-3: 60px !default;\n$mktg-h-lh-4: 52px !default;\n$mktg-h-lh-5: 44px !default;\n$mktg-h-lh-6: 36px !default;\n$mktg-h-lh-7: 32px !default;\n$mktg-h-lh-8: 28px !default;\n$mktg-h-lh-9: 24px !default;\n$mktg-h-lh-10: 20px !default;\n\n$mktg-header-pairings: (\n 0: (size: $mktg-h-size-0, lh: $mktg-h-lh-0),\n 1: (size: $mktg-h-size-1, lh: $mktg-h-lh-1),\n 2: (size: $mktg-h-size-2, lh: $mktg-h-lh-2),\n 3: (size: $mktg-h-size-3, lh: $mktg-h-lh-3),\n 4: (size: $mktg-h-size-4, lh: $mktg-h-lh-4),\n 5: (size: $mktg-h-size-5, lh: $mktg-h-lh-5),\n 6: (size: $mktg-h-size-6, lh: $mktg-h-lh-6),\n 7: (size: $mktg-h-size-7, lh: $mktg-h-lh-7),\n 8: (size: $mktg-h-size-8, lh: $mktg-h-lh-8),\n 9: (size: $mktg-h-size-9, lh: $mktg-h-lh-9),\n 10: (size: $mktg-h-size-10, lh: $mktg-h-lh-10)\n) !default;\n\n// Responsive headers, where first number is mobile (default), second is tablet/md, and third is desktop/lg\n$mktg-headers: (\n 0: [4, 1, 0],\n 1: [5, 3, 1],\n 2: [6, 4, 2],\n 3: [7, 5, 4],\n 4: [8, 7, 6],\n 5: [9, 8, 8],\n 6: [10, 9, 9]\n) !default;\n\n// Body content\n$mktg-body-spacing-threshold: 28px !default;\n$mktg-body-weight-threshold: 24px !default;\n$mktg-body-spacing-large: -0.01em !default;\n\n// Body size steps\n$mktg-body-size-0: 48px !default;\n$mktg-body-size-1: 40px !default;\n$mktg-body-size-2: 32px !default;\n$mktg-body-size-3: 28px !default;\n$mktg-body-size-4: 24px !default;\n$mktg-body-size-5: 20px !default;\n$mktg-body-size-6: 16px !default;\n$mktg-body-size-7: 14px !default;\n$mktg-body-size-8: 12px !default;\n\n// Body line-height steps\n$mktg-body-lh-0: 64px !default;\n$mktg-body-lh-1: 52px !default;\n$mktg-body-lh-2: 44px !default;\n$mktg-body-lh-3: 40px !default;\n$mktg-body-lh-4: 32px !default;\n$mktg-body-lh-5: 28px !default;\n$mktg-body-lh-6: 24px !default;\n$mktg-body-lh-7: 20px !default;\n$mktg-body-lh-8: 20px !default;\n\n$mktg-body-pairings: (\n 0: (size: $mktg-body-size-0, lh: $mktg-body-lh-0),\n 1: (size: $mktg-body-size-1, lh: $mktg-body-lh-1),\n 2: (size: $mktg-body-size-2, lh: $mktg-body-lh-2),\n 3: (size: $mktg-body-size-3, lh: $mktg-body-lh-3),\n 4: (size: $mktg-body-size-4, lh: $mktg-body-lh-4),\n 5: (size: $mktg-body-size-5, lh: $mktg-body-lh-5),\n 6: (size: $mktg-body-size-6, lh: $mktg-body-lh-6),\n 7: (size: $mktg-body-size-7, lh: $mktg-body-lh-7),\n 8: (size: $mktg-body-size-8, lh: $mktg-body-lh-8)\n) !default;\n\n// Responsive body content, where first number is mobile (default), second is tablet/md, and third is desktop/lg\n$mktg-body-spacing-large: -0.01em !default;\n\n$mktg-bodies: (\n 0: [3, 1, 0],\n 1: [4, 3, 2],\n 2: [5, 5, 4],\n 3: [6, 5, 5],\n 4: [6, 6, 6],\n 5: [7, 7, 7],\n 6: [8, 8, 8]\n) !default;\n\n// Animations\n$transition-time: 0.4s !default;\n$ease-mktg: cubic-bezier(0.16, 1, 0.3, 1) !default;\n\n$marketing-position-variants: (\n \"\": \"\",\n md: \"-md\",\n lg: \"-lg\",\n) !default;\n","// Responsive media queries\n\n@mixin breakpoint($breakpoint) {\n @if $breakpoint == \"\" {\n @content;\n }\n\n @else {\n // Retrieves the value from the key\n $value: map-get($breakpoints, $breakpoint);\n\n // If the key exists in the map\n @if $value != null {\n // Prints a media query based on the value\n @media (min-width: $value) {\n @content;\n }\n }\n\n // If the key doesn't exist in the map\n @else {\n @warn \"Unfortunately, no value could be retrieved from `#{$breakpoint}`. \"\n + \"Please make sure it is defined in `$breakpoints` map.\";\n }\n }\n}\n\n// Retina media query\n\n@mixin retina-media-query {\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and (min--moz-device-pixel-ratio: 2),\n only screen and (-moz-min-device-pixel-ratio: 2),\n only screen and (-o-min-device-pixel-ratio: 2/1),\n only screen and (min-device-pixel-ratio: 2),\n only screen and (min-resolution: 192dpi),\n only screen and (min-resolution: 2dppx) {\n @content;\n }\n}\n\n// Clearfix\n//\n// Clears floats via mixin.\n\n@mixin clearfix {\n &::before {\n display: table;\n content: \"\";\n }\n\n &::after {\n display: table;\n clear: both;\n content: \"\";\n }\n}\n","// Layout variables\n\n// these are values for the display CSS property\n$display-values: (\n block,\n flex,\n inline,\n inline-block,\n inline-flex,\n none,\n table,\n table-cell\n) !default;\n\n// maps edges to respective corners for border-radius\n$edges: (\n top: (top-left, top-right),\n right: (top-right, bottom-right),\n bottom: (bottom-right, bottom-left),\n left: (bottom-left, top-left)\n) !default;\n\n// These are our margin and padding utility spacers. The default step size we\n// use is 8px. This gives us a key of:\n// 0 => 0px\n// 1 => 4px\n// 2 => 8px\n// 3 => 16px\n// 4 => 24px\n// 5 => 32px\n// 6 => 40px\n$spacer: 8px !default;\n\n// Our spacing scale\n$spacer-0: 0 !default; // 0\n$spacer-1: round($spacer / 2) !default; // 4px\n$spacer-2: $spacer !default; // 8px\n$spacer-3: $spacer * 2 !default; // 16px\n$spacer-4: $spacer * 3 !default; // 24px\n$spacer-5: $spacer * 4 !default; // 32px\n$spacer-6: $spacer * 5 !default; // 40px\n\n// The list of spacer values\n$spacers: (\n $spacer-0,\n $spacer-1,\n $spacer-2,\n $spacer-3,\n $spacer-4,\n $spacer-5,\n $spacer-6,\n) !default;\n\n// And the map of spacers, for easier looping:\n// @each $scale, $length in $spacer-map { ... }\n$spacer-map: (\n 0: $spacer-0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n) !default;\n\n// Increases the core spacing scale first by 8px for $spacer-7, then by 16px\n// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,\n// 80, 96, etc.\n$spacer-7: $spacer * 6 !default; // 48px\n$spacer-8: $spacer * 8 !default; // 64px\n$spacer-9: $spacer * 10 !default; // 80px\n$spacer-10: $spacer * 12 !default; // 96px\n$spacer-11: $spacer * 14 !default; // 112px\n$spacer-12: $spacer * 16 !default; // 128px\n\n$spacers-large: (\n 7: $spacer-7,\n 8: $spacer-8,\n 9: $spacer-9,\n 10: $spacer-10,\n 11: $spacer-11,\n 12: $spacer-12,\n) !default;\n\n$spacer-map-extended: map-merge(\n (\n 0: 0,\n 1: $spacer-1,\n 2: $spacer-2,\n 3: $spacer-3,\n 4: $spacer-4,\n 5: $spacer-5,\n 6: $spacer-6,\n ),\n $spacers-large,\n) !default;\n\n// Em spacer variables\n$em-spacer-1: 0.0625em !default; // 1/16\n$em-spacer-2: 0.125em !default; // 1/8\n$em-spacer-3: 0.25em !default; // 1/4\n$em-spacer-4: 0.375em !default; // 3/8\n$em-spacer-5: 0.5em !default; // 1/2\n$em-spacer-6: 0.75em !default; // 3/4\n\n// Size scale\n// Used for buttons, inputs, labels, avatars etc.\n$size: 16px !default;\n\n$size-0: 0 !default;\n$size-1: $size !default; // 16px\n$size-2: $size-1 + 4px !default; // 20px\n$size-3: $size-2 + 4px !default; // 24px\n$size-4: $size-3 + 4px !default; // 28px\n$size-5: $size-4 + 4px !default; // 32px\n$size-6: $size-5 + 8px !default; // 40px\n$size-7: $size-6 + 8px !default; // 48px\n$size-8: $size-7 + 16px !default; // 64px\n\n// Fixed-width container variables\n$container-width: 980px !default;\n$grid-gutter: 10px !default;\n\n// Breakpoint widths\n$width-xs: 0 !default;\n// Small screen / phone\n$width-sm: 544px !default;\n// Medium screen / tablet\n$width-md: 768px !default;\n// Large screen / desktop (980 + (16 * 2)) <= container + gutters\n$width-lg: 1012px !default;\n// Extra large screen / wide desktop\n$width-xl: 1280px !default;\n\n// Responsive container widths\n$container-sm: $width-sm !default;\n$container-md: $width-md !default;\n$container-lg: $width-lg !default;\n$container-xl: $width-xl !default;\n\n// Breakpoints in the form (name: length)\n$breakpoints: (\n sm: $width-sm,\n md: $width-md,\n lg: $width-lg,\n xl: $width-xl\n) !default;\n\n// This map in the form (breakpoint: variant) is used to iterate over\n// breakpoints and create both responsive and non-responsive classes in one\n// loop:\n//\n// ```scss\n// @each $breakpoint, $variant of $responsive-variants {\n// @include breakpoint($breakpoint) {\n// .foo#{$variant}-bar { foo: bar !important; }\n// }\n// }\n// ```\n$responsive-variants: (\n \"\": \"\",\n sm: \"-sm\",\n md: \"-md\",\n lg: \"-lg\",\n xl: \"-xl\",\n) !default;\n\n// responive utility position values\n$responsive-positions: (\n static,\n relative,\n absolute,\n fixed,\n sticky\n) !default;\n\n$sidebar-width: (\n sm: 220px,\n md: 256px,\n lg: 296px,\n xl: 320px\n) !default;\n\n$sidebar-narrow-width: (\n md: 240px,\n lg: 256px,\n xl: 296px\n) !default;\n\n$sidebar-wide-width: (\n md: 296px,\n lg: 320px,\n xl: 344px\n) !default;\n\n$gutter: (\n md: $spacer-3,\n lg: $spacer-4,\n xl: $spacer-5\n) !default;\n\n$gutter-condensed: (\n md: $spacer-3,\n lg: $spacer-3,\n xl: $spacer-4\n) !default;\n\n$gutter-spacious: (\n md: $spacer-4,\n lg: $spacer-5,\n xl: $spacer-6\n) !default;\n"]}