*{
    margin: 0;
    padding: 0;
}

html, body{
  height: 100%;
}

@font-face {
    font-family: hack;
    src: url(../fonts/Hack-Regular.ttf);
}

:root{
  --primary: #0F2F4F;
  --accent: #2E7DBA;
  --cta: #6CC24A;
  --light: #F4F7FA;
  --text: #1A1A1A;
  --white: #FFFFFF;

  --dblue: #0f2f4f;
  --lblue: #1c4e80;
}

.red{
  color: var(--red);
}

.red::selection{
  background: var(--red);
  color: #111;
}