/* Black */
@font-face {
	font-family: 'Sequel Sans';
	src: url('/fonts/sequel/Sequel-Sans-Black-Body.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sequel Sans Display';
	src: url('/fonts/sequel/Sequel-Sans-Black-Disp.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* Bold */
@font-face {
	font-family: 'Sequel Sans';
	src: url('/fonts/sequel/Sequel-Sans-Bold-Body.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sequel Sans Display';
	src: url('/fonts/sequel/Sequel-Sans-Bold-Disp.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Semi Bold */
@font-face {
	font-family: 'Sequel Sans Display';
	src: url('/fonts/sequel/Sequel-Sans-Semi-Bold-Disp.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sequel Sans Headline';
	src: url('/fonts/sequel/Sequel-Sans-Semi-Bold-Head.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Medium */
@font-face {
	font-family: 'Sequel Sans';
	src: url('/fonts/sequel/Sequel-Sans-Medium-Body.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sequel Sans Display';
	src: url('/fonts/sequel/Sequel-Sans-Medium-Disp.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Book (Regular) */
@font-face {
	font-family: 'Sequel Sans';
	src: url('/fonts/sequel/Sequel-Sans-Book-Body.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sequel Sans Display';
	src: url('/fonts/sequel/Sequel-Sans-Book-Disp.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Light */
@font-face {
	font-family: 'Sequel Sans Display';
	src: url('/fonts/sequel/Sequel-Sans-Light-Disp.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Heavy (puede ser considerado como extra bold) */
@font-face {
	font-family: 'Sequel Sans Display';
	src: url('/fonts/sequel/Sequel-Sans-Heavy-Disp.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* Roman (puede ser considerado como normal o regular) */
@font-face {
	font-family: 'Sequel Sans';
	src: url('/fonts/sequel/Sequel-Sans-Roman-Body.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sequel Sans Display';
	src: url('/fonts/sequel/Sequel-Sans-Roman-Disp.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sequel Sans Headline';
	src: url('/fonts/sequel/Sequel-Sans-Roman-Head.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
