@font-face {
    font-family: 'Inter';
    font-feature-settings: "zero" ,"cv01", "cv09", "cv03", "cv04", "dlig", "calt", "tnum", "ss08", "cv11", "cv08", "cv10", "cv06", "cv05", "ss07";
    src: url('/woffles/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: bold;
    font-feature-settings: "zero" ,"cv01", "cv09", "cv03", "cv04", "dlig", "calt", "tnum", "ss08", "cv11", "cv08", "cv10", "cv06", "cv05", "ss07";
    src: url('/woffles/Inter-Bold.woff2') format('woff2');
}


p {
    font-size: 1.5rem;
}

* {
    font-family: 'Inter', sans-serif;
}

/* Set the background color to the Catppuccin theme's background color */
body {
    background-color: #1e1e2e;
    size: 2;
}

/* Set the text color to the Catppuccin theme's foreground color */
body {
    color: #cdd6f4;
}

/* Set the colour & more for links */
a {
    color: #f38ba8;
    font-weight: bold;
    font-size: large;
    text-decoration: underline;
}

.boldblue{
	color: #89b4fa;
    font-weight: bold;	
}
.bigtext{
	font-size: large;
}
/* Set the colour & more for visited links */
a:visited {
    color: #cba6f7;
}
/* Set colour for visited && hovered links*/
a:visited:hover{
    color: #b4befe;
}

/* Set the color for hover links */
a:hover {
    color: #eba0ac;
}

/* Set the color for active links */
a:active {
    color: #f9e2af;
}

/* Set the border color for input fields */
input {
    border-color: #89b4fa;
}

/* Set the background color for input fields */
input {
    background-color: #181825;
}

/* Set the text color for input fields */
input {
    color: #cdd6f4;
}

/* Set the color for placeholder text in input fields */
::placeholder {
    color: #a6adc8;
}

/* Set the color for the border of the submit button */
input[type="submit"] {
    border-color: #f5c2e7;
}

/* Set the background color for the submit button */
input[type="submit"] {
    background-color: #181825;
}

/* Set the text color for the submit button */
input[type="submit"] {
    color: #cdd6f4;
}

.redtext {
    color: #f38ba8;
    font-weight: bold;
}

button {
    background: #f38ba8;
    color: #1e1e2e;
    height: 200px;
    width: 300px;
    font-size: 3.125rem;
    border-radius: 15%;

}
