@charset "utf-8";

/* CSS Document */

:root {
  /* #024f9a main color and secondary colors is #f08031 in decimal RGB */
  --main-color: rgb(2, 79, 154);
  --main-color-rgb: 2, 79, 154;
}
