@font-face {
  font-family: 'MyFont';
  src: local('MyFont'), url('Lato-Regular.6d4e78225df0cfd5fe1b.ttf') format('truetype');
  /* other formats include: 'woff2', 'truetype, 'opentype',
                            'embedded-opentype', and 'svg' */
}



body, html{
    padding:0;
    margin:0;
  font-size: 14px;
  font-family: 'MyFont';
}



:root {
  --darkest-color: #212121;
  --dark: rgb(48,64,85);
  --light: rgb(76,97,124);
  --lightest: #f2f2f2;
  --white: #FFFFFF;
  --black: #000000;
  --warning: #D0342C;
  --approval: rgb(45,87,68);
  --yellow: rgb(255,199,66);
  --gray: grey;
  --lightGray: #D5D5D5;
  }
