:root {

    --white: #ffffff;
    --black: #060c33;
    --red: #d60015;

    --accent: #377e8e;
    --accent-dark: #00304e;
    --accent-dark-tint: #e5eaed;
    --accent-light: #dfe0e2;
    --accent-orange: #e58b60;

    --bg-primary : #ffffff;
    --bg-secondary : #dfe0e2;
    --text : #060c33;


}

/*@font-face {*/
/*    font-family: 'KoHo';*/
/*    src: url('../fonts/KoHo-Regular.woff') format('woff'),*/
/*    url('../fonts/KoHo-Regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf);
}