/* Importing Fonts  */
@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-Thin.ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-RegularItalic.ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-Bold_1.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-ExtraBold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-ExtraBoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rogan";
  src: url("../fonts/rogan/Rogan-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoeui/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* Variables setup  */
:root {
  --primary-color: #30b5eb;
  --secondary-color: black;
  --rogan-family: "Rogan";
  --segoe-family: "Segoe UI";
  --black: #000;
  --white: #fff;
}

/* resting behaviours  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

button:focus,
input:focus {
  border: none;
  outline: none;
}

p {
  margin: 0;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}

input,
button,
textarea,
select {
  font: inherit;
}

input[readonly] {
  background: var(--readonly-color);
}

/* for scrollbar  */
::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: gray;
}

.primary-button {
  width: auto;
  font-size: 0.9375vw;
  padding: 0.5208333333333334vw 1.5625vw;
  border-radius: 0.4166666666666667vw;
  background: var(--primary-color);
  color: var(--white);
}

@media (max-width: 767px) {
  .primary-button {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
  }
}
