﻿/* FONT ICONS */
/* Google Material Icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), 
         local('MaterialIcons-Regular'), 
         url('./fonts/iconfonts/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'),
         url('./fonts/iconfonts/MaterialIcons/MaterialIcons-Regular.woff') format('woff');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

/* FONTS */
/* OPEN SANS */
@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/OpenSans/open-sans-v20-latin-regular.woff2') format('woff2'),
         url('./fonts/OpenSans/open-sans-v20-latin-regular.woff') format('woff'),
         url('./fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

/* ROBOTO */
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Roboto/roboto-v27-latin-300.woff') format('woff2'),
         url('./fonts/Roboto/roboto-v27-latin-300.woff') format('woff'),
         url('./fonts/Roboto/roboto-v27-latin-300.ttf') format('truetype');
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Roboto/roboto-v27-latin-regular.woff2') format('woff2'),
         url('./fonts/Roboto/roboto-v27-latin-regular.woff') format('woff'),
         url('./fonts/Roboto/roboto-v27-latin-regular.ttf') format('truetype');
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/Roboto/roboto-v27-latin-500.woff2') format('woff2'),
         url('./fonts/Roboto/roboto-v27-latin-500.woff') format('woff'),
         url('./fonts/Roboto/roboto-v27-latin-500.ttf') format('truetype');
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Roboto/roboto-v27-latin-700.woff2') format('woff2'),
         url('./fonts/Roboto/roboto-v27-latin-700.woff') format('woff'),
         url('./fonts/Roboto/roboto-v27-latin-700.ttf') format('truetype');
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Roboto/Condensed/roboto-condensed-v19-latin-regular.woff2') format('woff2'),
    url('./fonts/Roboto/Condensed/roboto-condensed-v19-latin-regular.woff') format('woff'),
    url('./fonts/Roboto/Condensed/roboto-condensed-v19-latin-regular.ttf') format('truetype');
}

/* Poppins */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'), 
         url('./fonts/Poppins/Poppins-SemiBold.woff') format('woff'), 
         url('./fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Poppins/Poppins-Light.woff2') format('woff2'),
         url('./fonts/Poppins/Poppins-Light.woff') format('woff'),
         url('./fonts/Poppins/Poppins-Light.ttf') format('truetype');
}