This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Default Typographic Styles | |
// -------------------------- | |
// Font Families | |
$font-family--default: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif; | |
$font-family--display: "Anton", Arial Black, Arial Bold, Gadget, sans-serif; | |
// Font Weights | |
$font-weight--400: 400; | |
$font-weight--500: 500; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Default Typographic Styles | |
// -------------------------- | |
// Font Families | |
$font-family--default: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif; | |
$font-family--display: "Anton", Arial Black, Arial Bold, Gadget, sans-serif; | |
// Font Weights | |
$font-weight--400: 400; | |
$font-weight--500: 500; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Default Typographic Styles | |
// -------------------------- | |
// Font Families | |
$font-family--default: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif; | |
$font-family--display: "Anton", Arial Black, Arial Bold, Gadget, sans-serif; | |
// Font Weights | |
$font-weight--400: 400; | |
$font-weight--500: 500; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Default Typographic Styles | |
// -------------------------- | |
// Font Families | |
$font-family--default: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif; | |
$font-family--display: "Anton", Arial Black, Arial Bold, Gadget, sans-serif; | |
// Font Weights | |
$font-weight--400: 400; | |
$font-weight--500: 500; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Font Families | |
$font-family--default: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif; | |
$font-family--display: "Anton", Arial Black, Arial Bold, Gadget, sans-serif; | |
// Font Weights | |
$font-weight--400: 400; | |
$font-weight--500: 500; | |
$font-weight--700: 700; | |
// Font Sizes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Font Families | |
$font-family--default: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif; | |
$font-family--display: "Anton", Arial Black, Arial Bold, Gadget, sans-serif; | |
// Font Weights | |
$font-weight--400: 400; | |
$font-weight--500: 500; | |
$font-weight--700: 700; | |
// Font Sizes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Font Families | |
$font-family--default: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif; | |
$font-family--display: "Anton", Arial Black, Arial Bold, Gadget, sans-serif; | |
// Font Weights | |
$font-weight--400: 400; | |
$font-weight--500: 500; | |
$font-weight--700: 700; | |
// Font Sizes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Define the colors palette | |
$colors: ( | |
red: #ff0000, | |
blue: #00ff00, | |
green: #00ffff, | |
yellow: #ffff00, | |
purple: #ff00ff, | |
pink: #ff0080, | |
orange: #ff8000 | |
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$colors: ( | |
red: #ff0000, | |
blue: #00ff00, | |
green: #00ffff, | |
yellow: #ffff00, | |
purple: #ff00ff, | |
pink: #ff0080, | |
orange: #ff8000 | |
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$colors: ( | |
red: #ff0000, | |
blue: #00ff00, | |
green: #00ffff, | |
yellow: #ffff00, | |
purple: #ff00ff, | |
pink: #ff0080, | |
orange: #ff8000 | |
); |
NewerOlder