/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2 déc. 2020, 17:03:14
    Author     : louiscarrese
*/

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    max-width: 2048px;
    margin: auto;
    box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--color-black);
}

h1, h2 {
  margin: 0;
}

/** Firefox: force font on the date and time widget */
input[type="date"] {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
}
