/* 
====================================== */


@font-face {
  font-family: Alkaline;
  src: url("../assets/alkaline-medium.otf") format("opentype");
}

@font-face {
  font-family: Gotham-Medium;
  src: url("../assets/GothamRounded\ Medium.otf") format("opentype");
}

@font-face {
  font-family: Gotham-Bold;
  src: url("../assets/GothamRounded\ Bold.otf") format("opentype");
}

/* @font-face {
  font-family: Gotham-Light;
  src: url("../assets/GothamRnd-Light.otf") format("opentype");
} */

@font-face {
  font-family: Gotham-Book;
  src: url("../assets/GothamRnd-Book.otf") format("opentype");
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


/* ===================================
    Variables
====================================== */


:root {
  --green-help: #009845;
  --alklaline: 'Alkaline', sans-serif;
  --gotham-med: 'Gotham-Medium', sans-serif;
  --gotham-bold: 'Gotham-Bold', sans-serif;
  --gotham-light: 'Gotham-Book', sans-serif;
  --gotham-book: 'Gotham-Book', sans-serif;
  --poppins: 'Poppins', sans-serif;
}