@tailwind base;
@tailwind components;
@tailwind utilities;

*,
*::after,
*::before {
  position: static;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 1;
  overflow: initial;
  float: none;
  clear: none;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  word-wrap: inherit;
  line-height: inherit;
  color: inherit;
  appearance: none;
  content: none;
  word-break: normal;
  text-overflow: clip;
  list-style-type: none;
  cursor: default;
}

:root {
  display: block;
  position: absolute;
  height: 100vh;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow: auto;
  font-family: 'Poppins', 'Century Gothic', 'Arial', san-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  word-spacing: 0.1em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  background: var(--off-white);

  --dark-blue: #0871b8;
  --blue: #1ba7e0;
  --light-blue: #b2e2ff;
  --lighter-blue: #dcf2ff;
  --royal-blue: #4162d1;

  --orange-500: #fc4d03;
  --dark-orange: #f73b00;

  --warning-500: #f79009;

  --error-500: #f04438;

  --pink: #f60277;
  --dirty-pink: #d73a72;

  --very-perry: #6260a8;
  --light-very-perry: #8381c7;
  --lighter-very-perry: #a6a6cc;

  --darker-grey: #323232;
  --dark-grey: #464646;
  --darkish-grey: #595959;
  --grey: #848484;
  --almost-grey: #bebebe;
  --medium-grey: #c7c7c7;
  --light-grey: #c5c5c5;
  --lighter-grey: #d8d8d8;
  --lightest-grey: #e0e0e0;

  --gray-50: #f9fafb;
  --gray-100: #f2f4f7;
  --gray-150: #eeeeee;
  --gray-200: #e4e7ec;
  --gray-300: #d0d5dd;
  --gray-400: #98a2b3;
  --gray-500: #667085;
  --gray-600: #475467;
  --gray-700: #344054;
  --gray-800: #1d2939;
  --gray-900: #101828;

  --black: #000000;
  --black-alpha-10: #0000001a;
  --black-alpha-20: #00000033;
  --black-alpha-30: #0000004d;
  --black-alpha-50: #00000080;
  --black-alpha-60: #00000099;

  --white: #ffffff;
  --white-alpha-70: #ffffffb3;
  --off-white: #f6f6f6;

  --navy: #011c3b;
  --dark-navy: #000c28;

  --green: #32ba7c;

  --space-fraction: 8px;

  --success-500: #12b76a;
}

head,
title,
meta,
link,
style,
script,
dialog,
template,
menu,
*[hidden] {
  display: none;
}

*[disabled] {
  cursor: not-allowed;
}

*:focus:not(:focus-visible) {
  outline: none;
}

img:not([src]),
img[src=''] {
  content: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}

button {
  background: none;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type='url'],
textarea {
  cursor: auto;
}

button,
button *,
button *::after,
button *::before,
button::after,
button::before,
a,
a * {
  cursor: pointer;
}

/*default layout*/
body {
  text-align: center;
  min-height: inherit;
  overflow-x: hidden;
}

header {
  max-width: 100vw;
  overflow-x: clip;
  position: relative;
  z-index: 2;
  background-color: white;
}

@media screen and (max-width: 480px) {
  header {
    margin-bottom: 0;
  }
}

main {
  position: relative;
  padding: 0 5px;
  max-width: 1430px;
  margin: 0 auto;
  z-index: 1;
  text-align: -webkit-center;
}

@media screen and (min-width: 480px) {
  main {
    padding: 0 15px;
  }
}

@media screen and (min-width: 850px) {
  main {
    padding: 0 30px;
  }
}


footer {
  position: relative;
  padding: 0 10vw 0 10vw;
  text-align: justify;
  background-color: var(--white);
  color: black;
  margin-top: 2rem;
  text-align: -webkit-center;
  z-index: 0;
}

@media screen and (min-width: 850px) {
  footer {
    text-align: start;
  }
}

@media screen and (min-width: 1320px) {
  footer {
    padding: 0 70px 30px 70px;
  }
}

p {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media (max-width: 480px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* poppins-extra-light - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local(''),
    url('assets/fonts/poppins-v20-latin-ext_latin-200.woff2') format('woff2'),
    url('assets/fonts/poppins-v20-latin-ext_latin-200.woff') format('woff');
}

/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('assets/fonts/poppins-v20-latin-ext_latin-regular.woff2') format('woff2'),
    url('assets/fonts/poppins-v20-latin-ext_latin-regular.woff') format('woff');
}

/* poppins-medium - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('assets/fonts/poppins-v20-latin-ext_latin-500.woff2') format('woff2'),
    url('assets/fonts/poppins-v20-latin-ext_latin-500.woff') format('woff');
}

/* poppins-semi-bold - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(''),
    url('assets/fonts/poppins-v20-latin-ext_latin-600.woff2') format('woff2'),
    url('assets/fonts/poppins-v20-latin-ext_latin-600.woff') format('woff');
}

/* poppins-bold - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('assets/fonts/poppins-v20-latin-ext_latin-700.woff2') format('woff2'),
    url('assets/fonts/poppins-v20-latin-ext_latin-700.woff') format('woff');
}

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('assets/fonts/roboto-v30-latin-ext_latin-regular.woff2') format('woff2'),
    url('assets/fonts/roboto-v30-latin-ext_latin-regular.woff') format('woff');
}

/* roboto-medium - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('assets/fonts/roboto-v30-latin-ext_latin-500.woff2') format('woff2'),
    url('assets/fonts/roboto-v30-latin-ext_latin-500.woff') format('woff');
}

/* roboto-bold - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('assets/fonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'),
    url('assets/fonts/roboto-v30-latin-ext_latin-700.woff') format('woff');
}