/* Weights as in OpenType - https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight#Common_weight_name_mapping */

/* Gilroy - licensed under Radomir Tinkov Free Font End User License Agreement Version: March 23, 2018" */
@font-face {font-family: 'Gilroy';font-weight: bold;src: url('Gilroy/Gilroy-Bold.otf');src format('opentype');}

/* Orkney - licensed under SIL Open Font License, Version 1.1. */
@font-face {font-family: 'Orkney';font-weight: 300;src: url('Orkney/orkney-light.otf');src format('opentype');}
@font-face {font-family: 'Orkney';font-weight: 400;src: url('Orkney/orkney-regular.otf');src format('opentype');}
@font-face {font-family: 'Orkney';font-weight: 500 600;src: url('Orkney/orkney-medium.otf');src format('opentype');}
@font-face {font-family: 'Orkney';font-weight: 700 900;src: url('Orkney/orkney-bold.otf');src format('opentype');}

/* Exo - licensed under SIL Open Font License, Version 1.1. */
@font-face {font-family: 'Exo';font-weight: 300;src: url('Exo/Exo-Light.ttf') format('truetype');}
@font-face {font-family: 'Exo';font-weight: 400;src: url('Exo/Exo-Regular.ttf') format('truetype');}
@font-face {font-family: 'Exo';font-weight: 500;src: url('Exo/Exo-Medium.ttf') format('truetype');}
@font-face {font-family: 'Exo';font-weight: 600;src: url('Exo/Exo-SemiBold.ttf') format('truetype');}
@font-face {font-family: 'Exo';font-weight: 700;src: url('Exo/Exo-Bold.ttf') format('truetype');}