/* passion-one-regular - latin */
@font-face {
    font-family: 'Passion One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/passion-one-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/passion-one-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/passion-one-v11-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/passion-one-v11-latin-regular.woff')
            format('woff'),
        /* Modern Browsers */ url('../fonts/passion-one-v11-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/passion-one-v11-latin-regular.svg#PassionOne')
            format('svg'); /* Legacy iOS */
}

/* passion-one-700 - latin */
@font-face {
    font-family: 'Passion One';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/passion-one-v11-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/passion-one-v11-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/passion-one-v11-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/passion-one-v11-latin-700.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/passion-one-v11-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/passion-one-v11-latin-700.svg#PassionOne')
            format('svg'); /* Legacy iOS */
}

/* passion-one-900 - latin */
@font-face {
    font-family: 'Passion One';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/passion-one-v11-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/passion-one-v11-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/passion-one-v11-latin-900.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/passion-one-v11-latin-900.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/passion-one-v11-latin-900.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/passion-one-v11-latin-900.svg#PassionOne')
            format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-regular.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/roboto-v27-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-700.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/roboto-v27-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v27-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v27-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/roboto-v27-latin-900.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/roboto-v27-latin-900.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/roboto-v27-latin-900.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

*,
::before,
::after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

html,
body {
    position: relative;
    width: 100%;
    min-height: 100%;
}

body {
    color: #473e49;
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
    font-family: 'Roboto', sans-serif;
}

a {
    color: rgb(0, 100, 200);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: rgb(0, 80, 160);
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

label {
    display: block;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    -webkit-padding: 0.4em 0;
    padding: 0.4em;
    margin: 0 0 0.5em 0;
    /* box-sizing: border-box; */
    border: 1px solid #ccc;
    border-radius: 2px;
}

input:disabled {
    color: #ccc;
}

button {
    color: #fff;
    background-color: #473e49;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding: 8px 16px;
    margin: 0;
    cursor: pointer;
}

button.big {
    font-weight: bold;
    font-size: 32px;
}

button:disabled {
    color: #999;
}

button:not(:disabled):active {
    background-color: #ddd;
}

button:focus {
    border-color: #666;
}

hr {
    border: 1px solid #473e49;
    max-width: 160px;
    width: 100%;
    margin: 24px auto;
}
