/*--------------------------*/

/*FONTS */

/*--------------------------*/

body {
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: 'Libre Franklin-Light';
    src: url('../fonts/LibreFranklin-Light.eot');
    src: url('../fonts/LibreFranklin-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LibreFranklin-Light.woff') format('woff'),
    url('../fonts/LibreFranklin-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin-Regular';
    src: url('../fonts/LibreFranklin-Regular.eot');
    src: url('../fonts/LibreFranklin-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LibreFranklin-Regular.woff') format('woff'),
    url('../fonts/LibreFranklin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin-Thin';
    src: url('../fonts/LibreFranklin-Thin.eot');
    src: url('../fonts/LibreFranklin-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LibreFranklin-Thin.woff') format('woff'),
    url('../fonts/LibreFranklin-Thin.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin-SemiBold';
    src: url('../fonts/LibreFranklin-SemiBold.eot');
    src: url('../fonts/LibreFranklin-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LibreFranklin-SemiBold.woff') format('woff'),
    url('../fonts/LibreFranklin-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

a, button {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

::-moz-selection {
    background: #f15a24;
    color: white;
}

::selection {
    background: #f15a24;
    color: white;
}
