
//
// StyleDictionary.swift
//
// Do not edit directly
// Generated on Tue, 12 Jul 2022 18:03:13 GMT
//


import UIKit

public class StyleDictionary {
    public static let breakpointLgMargin = 24px
    public static let breakpointLgWidth = 1024px
    public static let breakpointMdMargin = 24px
    public static let breakpointMdWidth = 672px
    public static let breakpointXsMargin = 16px
    public static let breakpointXsWidth = 0
    public static let colorBlack = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:1)
    public static let colorBlueDarkLight = UIColor(red: 0.788, green: 0.804, blue: 0.894, alpha:1)
    public static let colorBlueDarkLighter = UIColor(red: 0.933, green: 0.945, blue: 0.969, alpha:1)
    public static let colorBlueDarkPure = UIColor(red: 0.173, green: 0.200, blue: 0.341, alpha:1)
    public static let colorBluePrimaryLight = UIColor(red: 0.682, green: 0.851, blue: 0.996, alpha:1)
    public static let colorBluePrimaryLighter = UIColor(red: 0.929, green: 0.961, blue: 0.996, alpha:1)
    public static let colorBluePrimaryPure = UIColor(red: 0.008, green: 0.447, blue: 0.835, alpha:1)
    public static let colorGreenLight = UIColor(red: 0.702, green: 0.980, blue: 0.871, alpha:1)
    public static let colorGreenLighter = UIColor(red: 0.937, green: 0.992, blue: 0.969, alpha:1)
    public static let colorGreenPure = UIColor(red: 0.047, green: 0.655, blue: 0.420, alpha:1)
    public static let colorGrey0 = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha:1)
    public static let colorGrey100 = UIColor(red: 0.278, green: 0.235, blue: 0.255, alpha:1)
    public static let colorGrey25 = UIColor(red: 0.925, green: 0.922, blue: 0.925, alpha:1)
    public static let colorGrey50 = UIColor(red: 0.749, green: 0.733, blue: 0.741, alpha:1)
    public static let colorGrey75 = UIColor(red: 0.384, green: 0.349, blue: 0.365, alpha:1)
    public static let colorRedLight = UIColor(red: 0.953, green: 0.702, blue: 0.698, alpha:1)
    public static let colorRedLighter = UIColor(red: 0.988, green: 0.922, blue: 0.922, alpha:1)
    public static let colorRedPure = UIColor(red: 0.851, green: 0.165, blue: 0.176, alpha:1)
    public static let colorWhite = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:1)
    public static let colorYellowLight = UIColor(red: 1.000, green: 0.878, blue: 0.678, alpha:1)
    public static let colorYellowLighter = UIColor(red: 1.000, green: 0.961, blue: 0.914, alpha:1)
    public static let colorYellowPure = UIColor(red: 1.000, green: 0.702, blue: 0.216, alpha:1)
    public static let fontFamily = "CentraNube,-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',arial,sans-serif"
    public static let fontLineHeightBase = "100%"
    public static let fontLineHeightBody = "150%"
    public static let fontLineHeightHeading = "125%"
    public static let fontSizeLarge = "18px"
    public static let fontSizeMedium = "16px"
    public static let fontSizeSmall = "14px"
    public static let fontSizeXLarge = "20px"
    public static let fontSizeXSmall = "12px"
    public static let fontSizeXxLarge = "24px"
    public static let fontSizeXxxLarge = "32px"
    public static let fontWeightBold = "700"
    public static let fontWeightRegular = "400"
    public static let motionBase = 300ms
    public static let motionFast = 150ms
    public static let motionSlow = 450ms
    public static let motionSlower = 600ms
    public static let shadowCard = 0px 2px 1px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.25)
    public static let shadowModal = 0px 20px 20px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.04)
    public static let shadowPopover = 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 3px 10px rgba(0, 0, 0, 0.1)
    public static let spacingGutter = 32px
    public static let spacingLarge = 32px
    public static let spacingMedium = 24px
    public static let spacingSmall = 16px
    public static let spacingXLarge = 40px
    public static let spacingXSmall = 8px
    public static let spacingXxLarge = 48px
    public static let spacingXxSmall = 4px
    public static let spacingXxxLarge = 56px
}
