@import '../fonts/SF_Pro_Display/stylesheet.css';
@font-face {
  font-family: 'campton-book';
  src: url('../fonts/campton-book.otf');
  font-display: swap;
}

@font-face {
  font-family: 'campton-medium';
  src: url('../fonts/campton-medium.otf');
  font-display: swap;
}

@font-face {
  font-family: 'campton-light';
  src: url('../fonts/campton-light.otf');
  font-display: swap;
}

@font-face {
  font-family: 'nantes-bold';
  src: url('../fonts/nantes-web-bold.woff');
  font-display: swap;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  font-weight: 300;
  src: url('../fonts/Campton-Light.woff2') format('woff2'),
    url('../fonts/Campton-Light.woff') format('woff');
}

@font-face {
  font-family: 'Campton';
  font-weight: 400;
  src: url('../fonts/Campton-Book.woff2') format('woff2'),
    url('../fonts/Campton-Book.woff') format('woff');
}

@font-face {
  font-family: 'Campton';
  font-weight: 500;
  src: url('../fonts/Campton-Medium.woff2') format('woff2'),
    url('../fonts/Campton-Medium.woff') format('woff');
}
:root {
  color-scheme: dark;
}

html {
  box-sizing: border-box;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: 'campton-book';
  margin: 0;
  background: #313131;
}

.form-title-text {
  font-size: 28px;
  margin-bottom: 0.5em;
  margin-top: 35px;
  color: #ffffff;
}

.form-subtitle-text {
  font-size: 16px;
  line-height: 24px;
  color: #afafb6;
}

.row-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 4px;
}

@media only screen and (min-width: 600px) {
  #kc-content,
  .form-card {
    width: 464px;
  }

  .row {
    display: flex;
    align-items: flex-end;
    margin: 0 -4px;
  }

  .row > * {
    flex: 1;
    margin: 0 4px;
  }
}
