:root {
    --primary-color: #0e7a2d;
    --light-green: #0e792c;
    --secondary-bg: #1d2f40;
    --h1: 45pt;
    --h2: 35pt;
    --h3: 25pt;
    --h4: 24pt;
    --h5: 18pt;
    --h6: 19pt;

    --text-sm: 14pt;
    --text-sml: 10pt;
    --text-smml: 13pt;
    --text-md: 16pt;
    --text-lg: 18pt;

    --border-color: #354658;
    --h1-color: #242122;
    --text-lg-color: #5b5a5a;
}


html {
  height: 100%;
}

body {
  height: 100%;
}

.ui.button {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.large.text {
   font-size: 2rem;
}

.medium.text {
   font-size: 1rem;
}

.small.text {
   font-size: 0.75rem;
}

.tiny.text {
   font-size: 0.625rem;
}

.blue-background {
    background-color: var(--secondary-bg);
}
