
//
// tokens.h
//

// Do not edit directly
// Generated on Wed, 22 Jun 2022 12:30:48 GMT


#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

#define ButtonBorderRadius 4px
#define ButtonTextSize 16.00f
#define ButtonHeight 50px
#define ColorBlack100 [UIColor colorWithRed:0.824f green:0.831f blue:0.843f alpha:1.000f]
#define ColorBlack200 [UIColor colorWithRed:0.651f green:0.663f blue:0.686f alpha:1.000f]
#define ColorBlack300 [UIColor colorWithRed:0.482f green:0.498f blue:0.525f alpha:1.000f]
#define ColorBlack400 [UIColor colorWithRed:0.314f green:0.329f blue:0.365f alpha:1.000f]
#define ColorBlack500 [UIColor colorWithRed:0.129f green:0.149f blue:0.180f alpha:1.000f]
#define ColorBlack600 [UIColor colorWithRed:0.114f green:0.129f blue:0.165f alpha:1.000f]
#define ColorBlack700 [UIColor colorWithRed:0.082f green:0.098f blue:0.125f alpha:1.000f]
#define ColorBlack800 [UIColor colorWithRed:0.067f green:0.078f blue:0.098f alpha:1.000f]
#define ColorBlack900 [UIColor colorWithRed:0.035f green:0.031f blue:0.031f alpha:1.000f]
#define ColorWhite100 [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f]
#define ColorWhite200 [UIColor colorWithRed:0.996f green:0.996f blue:0.996f alpha:1.000f]
#define ColorWhite300 [UIColor colorWithRed:0.992f green:0.992f blue:0.992f alpha:1.000f]
#define ColorWhite400 [UIColor colorWithRed:0.984f green:0.984f blue:0.984f alpha:1.000f]
#define ColorWhite500 [UIColor colorWithRed:0.965f green:0.965f blue:0.965f alpha:1.000f]
#define ColorWhite600 [UIColor colorWithRed:0.941f green:0.941f blue:0.941f alpha:1.000f]
#define ColorWhite700 [UIColor colorWithRed:0.918f green:0.918f blue:0.918f alpha:1.000f]
#define ColorWhite800 [UIColor colorWithRed:0.894f green:0.894f blue:0.894f alpha:1.000f]
#define ColorWhite900 [UIColor colorWithRed:0.867f green:0.867f blue:0.867f alpha:1.000f]
#define FontFamily01 @"Poppins"
#define FontFamily02 @"Roboto"
#define FontSizeXmedium @"20px"
#define FontSizeSmall @"16px"
#define FontSizeXsmall @"14px"
#define FontPlatformSystem @"San Francisco"
#define SizeFontSmall 12.00f
#define SizeFontMedium 16.00f
#define SizeFontLarge 32.00f
#define SizeFontBase 16.00f

