| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- /****************/
- /* FONT AWESOME */
- /****************/
-
- /* Font Awesome Free does not include the Light (300) weight.
- */
- /*
- @font-face {
- font-family: 'Font Awesome';
- src: url('/assets/fonts/FontAwesome/fa-light-300.ttf') format('truetype');
- font-weight: 300;
- font-style: normal;
- }
- */
-
- @font-face {
- font-family: 'Font Awesome';
- src: url('/assets/fonts/FontAwesome/fa-regular-400.otf') format('opentype');
- font-weight: 400;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Font Awesome';
- src: url('/assets/fonts/FontAwesome/fa-solid-900.otf') format('opentype');
- font-weight: 900;
- font-style: normal;
- }
-
- /***********************/
- /* FONT AWESOME BRANDS */
- /***********************/
-
- @font-face {
- font-family: 'Font Awesome Brands';
- src: url('/assets/fonts/FontAwesome/fa-brands-400.otf') format('opentype');
- font-weight: 400;
- font-style: normal;
- }
-
- /**************/
- /* HK GROTESK */
- /**************/
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-Light.otf') format('opentype');
- font-weight: 300;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-LightItalic.otf') format('opentype');
- font-weight: 300;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-Regular.otf') format('opentype');
- font-weight: normal;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-RegularItalic.otf') format('opentype');
- font-weight: normal;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-Medium.otf') format('opentype');
- font-weight: 500;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-MediumItalic.otf') format('opentype');
- font-weight: 500;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-SemiBold.otf') format('opentype');
- font-weight: 600;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-SemiBoldItalic.otf') format('opentype');
- font-weight: 600;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-Bold.otf') format('opentype');
- font-weight: bold;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'HK Grotesk';
- src: url('/assets/fonts/HKGrotesk/HKGrotesk-BoldItalic.otf') format('opentype');
- font-weight: bold;
- font-style: italic;
- }
-
- /***************/
- /* SPECTRAL SC */
- /***************/
-
- @@font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-ExtraLight.ttf') format('truetype');
- font-weight: 300;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-ExtraLightItalic.ttf') format('truetype');
- font-weight: 300;
- font-style: italic;
- }
-
- font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-Light.ttf') format('truetype');
- font-weight: 300;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-LightItalic.ttf') format('truetype');
- font-weight: 300;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-RegularItalic.ttf') format('truetype');
- font-weight: normal;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-Medium.ttf') format('truetype');
- font-weight: 500;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-MediumItalic.ttf') format('truetype');
- font-weight: 500;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-SemiBold.ttf') format('truetype');
- font-weight: 600;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-SemiBoldItalic.ttf') format('truetype');
- font-weight: 600;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-Bold.ttf') format('truetype');
- font-weight: bold;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-BoldItalic.ttf') format('truetype');
- font-weight: bold;
- font-style: italic;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-ExtraBold.ttf') format('truetype');
- font-weight: 900;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Spectral SC';
- src: url('/assets/fonts/SpectralSC/SpectralSC-ExtraBoldItalic.ttf') format('truetype');
- font-weight: 900;
- font-style: italic;
- }
|