/*------------------
Template: Tunein
Author: Webstrot
Copyright © 2019-20
---------------------------------------*/


/* Load Roboto from Google Fonts CDN */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Load Oswald from Google Fonts CDN */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

/* Flaticon icons - keep local */
@font-face {
    font-family: 'Flaticon';
    src: url('../fonts/Flaticon.eot');
    src: url('../fonts/Flaticon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Flaticon.woff2') format('woff2'),
         url('../fonts/Flaticon.woff') format('woff'),
         url('../fonts/Flaticon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Note: Your webfonts folder (fa-brands, fa-regular, fa-solid) 
   is for Font Awesome 5. The CDN above replaces them, so you can 
   delete the webfonts folder if you want to save space. */