/* src/styles/styles.scss */
:root {
  --astronaut-blue: rgb(4, 73, 115);
  --allports: rgb(0, 118, 168);
  --chateau-green: rgb(57, 181, 74);
  --white: rgb(255, 255, 255);
  --mercury: rgb(224, 224, 224);
  --silver: rgb(204, 204, 204);
  --dove-gray: rgb(102, 102, 102);
  --mine-shaft: rgb(51, 51, 51);
  --concrete: rgb(242, 242, 242);
  --gray: rgb(140, 140, 140);
  --boulder: rgb(118, 118, 118);
  --gull-gray: rgb(150, 171, 187);
  --lochmara: rgb(0, 118, 168);
  --lochmara-light: rgba(0, 118, 168, 0.2);
  --guardsman-red: rgb(201, 10, 0);
  --yellow-sea: rgb(245, 165, 3);
  --turbo: rgb(249, 225, 0);
  --atlantis: rgb(140, 198, 63);
  --amaranth: rgb(242, 56, 90);
  --violet-eggplant: rgb(149, 27, 128);
  --pelorous: rgb(54, 177, 191);
  --gainsboro: rgb(218, 218, 218);
  --deep-blue: rgb(0, 59, 92);
  --light-red: rgb(255, 237, 235);
  --spanish-gray: rgb(153, 153, 153);
  --light-green: rgb(242, 255, 247);
  --carmine-pink-light: rgba(235, 63, 63, 0.1);
  --black1: rgba(0, 0, 0, 0.3);
  --black2: rgba(0, 0, 0, 0.5);
}
:root {
  --font-lato: Lato, sans-serif;
  --font-montserrat: Montserrat, sans-serif;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  src: url("./media/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  src: url("./media/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  src: url("./media/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-style: italic;
  src: url("./media/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-weight: bold;
  src: url("./media/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-weight: bold;
  font-style: italic;
  src: url("./media/Lato-BoldItalic.ttf") format("truetype");
}
html,
body,
div,
span,
applet,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  height: 100%;
}
button {
  border: 0;
}
.form-error {
  color: var(--guardsman-red);
  margin: 0.5rem 0;
  font-weight: bold;
  font-family: var(--font-lato);
  font-size: 0.813rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.form-container {
  padding: 1rem 1.5rem 1rem;
  color: var(--astronaut-blue);
  display: flex;
  flex-direction: column;
}
.form-container .inner-form-container {
  padding-bottom: 0.5rem;
}
.custom-label {
  font-family: var(--font-lato);
  font-weight: bold;
  font-style: italic;
  color: var(--boulder);
  font-size: 0.813rem;
  line-height: 1.4;
  padding: 0 0 0.375rem 0;
}
h1 {
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--lochmara);
  text-decoration: none solid var(--lochmara);
  text-transform: uppercase;
}
.nav-link {
  display: block;
  font-family: var(--font-lato);
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--astronaut-blue);
  text-decoration: 1px solid underline var(--astronaut-blue);
  font-weight: bold;
  text-align: center;
  padding-top: 0.563rem;
}
.nav-link a {
  cursor: pointer;
}
input[type=checkbox] {
  accent-color: var(--astronaut-blue);
  cursor: pointer;
}
input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
