File: D:/HostingSpaces/Neopoints/momsecurity.be/wwwroot/sass/global/functions/_fonts.sass
/* ==========================================================================
Font related functions
========================================================================== */
/**
* Add some functions for readability
* Return font-weight based on name
*/
@function lightest()
@return 100
@function light()
@return 300
@function book()
@return 400
@function medium()
@return 500
@function semibold()
@return 600
@function bold()
@return 700
@function black()
@return 900