/* Variable Deceleration */
:root {
	--primary_color-black_rgb: 35, 34, 35;
	--primary_color-black_hex: #232223;
	--primary_color-white_rgb: 246, 247, 246;
	--primary_color-white_hex: #f6f7f6;
	--primary-blue_rbg: 75, 156, 211;
	--primary-blue_hex: #4B9CD3;


	--font_family-TH12TY: "Josefin Sans";
	--font_family-twelve_thirty: "Avenir";
	--font_family-font: "Inter";
	--font_weight-light: 300;
	--font_weight-regular: 400;
	--font_weight-bold: 700;


	--test_font_sz: clamp(2.4rem, 100vw, 7.2rem);
	--font_size-36_bold: clamp(1.5rem, 5vw, 3.6rem);
	--font_size-36: clamp(1.8rem, 3vw, 3.6rem);
}

/* Browser Consisitency || CSS Reset */
html,
body,
noscript,
div,
span,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
b,
strong,
sup,
sup,
button,
input,
hr,
img,
article,
aside,
footer,
header,
main,
nav,
section,
::after,
::before {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	line-height: 1.5;
}

body {
	font-size: 1rem;
	line-height: 1.5;
}

html,
body,
noscript,
div,
span,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
b,
button,
img,
input,
strong,
sub,
sup {
	border: none;
	margin: 0;
	padding: 0;
}

a,
a:active,
a:hover,
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}

article,
aside,
footer,
header,
main nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: var(--font_weight-regular);
}






 /* Webfonts */
      @font-face {
        font-family: "Josefin Sans";
        font-display: swap;
        src: local("Inter"),
          url("assets/webfonts/Josefin\ Sans/JosefinSans-Bold.woff2") format("woff2"),
          url("assets/webfonts/Josefin\ Sans/JosefinSans-Bold.woff") format("woff");
        font-style: normal;
        font-weight: 700;
        unicode-range: U+0021-007D;
      }

      @font-face {
        font-family: "Avenir";
        font-display: swap;
        src: local("Avenir"),
          url("assets/webfonts/Avenir/Avenir.woff2") format("woff2"),
          url("assets/webfonts/Avenir/Avenir.woff") format("woff");
        font-style: normal;
        font-weight: 400;
        unicode-range: U+0021-007D;
      }

      @font-face {
        font-family: "Inter";
        font-display: swap;
        src: local("Inter"),
          url("assets/webfonts/Inter/Inter-Light.woff2") format("woff2"),
          url("assets/webfonts/Inter/Inter-Light.woff") format("woff");
        font-style: normal;
        font-weight: 300;
        unicode-range: U+0021-007D;
      }

      @font-face {
        font-family: "Inter";
        font-display: swap;
        src: local("Inter"),
          url("assets/webfonts/Inter/Inter-Regular.woff2") format("woff2"),
          url("assets/webfonts/Inter/Inter-Regular.woff") format("woff");
        font-style: normal;
        font-weight: 400;
        unicode-range: U+0021-007D;
      }

      @font-face {
        font-family: "Inter";
        font-display: swap;
        src: local("Inter"),
          url("assets/webfonts/Inter/Inter-Bold.woff2") format("woff2"),
          url("assets/webfonts/Inter/Inter-Bold.woff") format("woff");
        font-style: normal;
        font-weight: 700;
        unicode-range: U+0021-007D;
      }