
@font-face {
    font-family: typeFont;
    src: url("fonts/cour.ttf") format("truetype");
    font-display: fallback;
}
/*@font-face {*/
/*    font-family: iPhoneFont;*/
/*    src: url("SFProDisplay-Regular.ttf") format("truetype");*/
/*}*/


:root {
    /* Color scheme */
    --background-color: #262626;
    --subbackground-color: #444444;
    --subsubbackground-color: #505050;
    
    --border-color: #999999;
    --title-color: #404040;
    --subtitle-color: #eeeeee;
    
    --text-color: #ffffff;
    --border-radius: 5px;
    --round-border-radius: 20px;
    --subborder-radius: 3px;
    --max-width: 320px;  

    --box-shadow-width: 10px;

    --images-width: 260px;
    --images-height: 325px;
    --postImageHolder-width: 120px;

    --neutral: #666666; /* Darker Red */
    --error: #E35335; /* Darker Red */
    --warning: #D97600; /* Dark Orange */
    --report: #dbaf00; /* Dark Green */
    --success: #0e7a00; /* Dark Green */
  
    /* Typography */   
    --body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --type-font-family: 'Courier Prime', monospace;
}
